Raven 0.1.2
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
fcntlshim for the EverOS memory backend and introduce a cross-platformportalocker-based advisory lock utility. - Move
portalockerandmcpinto 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.shoutput 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 | bashThen reload your shell and run:
raven onboardRelease 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.