Skip to content

Ouroboros 0.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 11:57
· 12 commits to dev since this release

Ouroboros 0.1.2 is the first public binary release: a terminal client and local web interface for durable AI coding sessions, with the Erlang/Elixir runtime and WebAssembly helper embedded. Elixir, Rust and a compiler are not needed to install it.

Install

curl -fsSL https://github.com/monocursive/ouroboros/releases/latest/download/install.sh | bash

The installer selects the native binary, verifies its SHA-256 checksum, and installs to ~/.local/bin/ouro. It does not start a runtime or configure model accounts.

To install this exact version later:

curl -fsSL https://github.com/monocursive/ouroboros/releases/download/v0.1.2/install.sh | bash -s -- --version v0.1.2

Downloads

  • macOS 15 or newer: Apple Silicon and Intel.
  • GNU/Linux: ARM64 and x86-64, with glibc 2.39 or newer; Ubuntu 24.04 is the build baseline.
  • SHA256SUMS verifies the four binaries and installer.

See the installation and release guide for system libraries, Linux shell containment, PATH setup, upgrades, and data compatibility when selecting older versions.

Ouroboros is an experimental project under active development. See the project README and documented boundaries for capabilities and limits.

Earlier v0.1.0 and v0.1.1 tags remain unchanged and have no published release assets.

Source commit: bcfc3ea5a6c4e772ffa79275c5c5b176c14102df. All six CI jobs and all four native build/smoke jobs passed in the release workflow. The smoke checks cover packaged startup, the embedded helper, unauthenticated web refusal, and authenticated shutdown; they do not establish every model journey or OS version.

What's Changed

  • Synchronize background collection and prepare v0.1.2 by @monocursive in #23

Full Changelog: v0.1.1...v0.1.2