Skip to content

Raven 0.1.2

Choose a tag to compare

@cyfyifanchen cyfyifanchen released this 01 Jul 07:53
41de51c

Raven 0.1.2 is a patch release for the Windows compatibility and install/runtime fixes that landed after v0.1.1.

Highlights

  • Switch the production TUI RPC transport to authenticated TCP loopback so Raven TUI can run cross-platform, including Windows.
  • Add a Windows fcntl shim for the EverOS memory backend and introduce a cross-platform portalocker-based advisory lock utility.
  • Move portalocker and mcp into runtime dependencies so packaged installs include the pieces required by the new runtime paths.
  • Harden Windows and path handling across file search, skill references, skill-hub zip extraction, sentinel feedback persistence, atomic IO, and gateway locking.
  • Constrain sandbox direct-executor environment forwarding to an allowlist.
  • Make install.sh output English-only and keep the public install path aligned with Release wheel installs.
  • Align English and Chinese README messaging around Raven as the self-improving agent harness.

Install

curl -fsSL http://raven.evermind.ai/install.sh | bash

Then reload your shell and run:

raven onboard

Release Status

  • Version: 0.1.2
  • Tag: v0.1.2
  • Stability: public preview patch
  • Assets: wheel and source distribution attached to this release

Notes

  • Raven is still pre-1.0; CLI surfaces, plugin contracts, and runtime internals may continue to evolve.
  • PyPI publishing is not enabled yet; the supported public install path uses the GitHub Release wheel asset.