Releases: monocursive/ouroboros
Release list
Ouroboros v0.1.4
Native binaries with the Ouroboros runtime and WebAssembly helper embedded.
Install this exact version:
curl -fsSL https://github.com/monocursive/ouroboros/releases/download/v0.1.4/install.sh | bash -s -- --version v0.1.4Linux builds target Ubuntu 24.04 / glibc 2.39 or newer; macOS builds use macOS 15 runners.
For future stable upgrades, run ouro update --check and ouro update. Finish active work, then run ouro stop and ouro to activate the installed runtime. Older binaries without update need one installer rerun first.
See the installation and release guide for prerequisites, checksums, upgrades and older versions.
See the changelog for changes and upgrade notes.
Source commit: 9a2654e. Each target passed packaged startup, helper, web authentication refusal and shutdown checks. These checks do not establish every model/provider journey or OS version.
What's Changed
- Release v0.1.4: add GPT-6 Astra to the model picker by @monocursive in #28
Full Changelog: v0.1.3...v0.1.4
Ouroboros v0.1.3
Native binaries with the Ouroboros runtime and WebAssembly helper embedded.
Install this exact version:
curl -fsSL https://github.com/monocursive/ouroboros/releases/download/v0.1.3/install.sh | bash -s -- --version v0.1.3Linux builds target Ubuntu 24.04 / glibc 2.39 or newer; macOS builds use macOS 15 runners.
For future stable upgrades, run ouro update --check and ouro update. Finish active work, then run ouro stop and ouro to activate the installed runtime. Older binaries without update need one installer rerun first.
See the installation and release guide for prerequisites, checksums, upgrades and older versions.
Source commit: 46d73c9. Each target passed packaged startup, helper, web authentication refusal and shutdown checks. These checks do not establish every model/provider journey or OS version.
What's Changed
- Add verified self-updates for standalone ouro releases by @monocursive in #24
- Add Astro landing page for Ouroboros by @monocursive in #25
- Prepare v0.1.3 with standalone self-update by @monocursive in #26
- Release Ouroboros 0.1.3 with standalone self-update by @monocursive in #27
Full Changelog: v0.1.2...v0.1.3
Ouroboros 0.1.2
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 | bashThe 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.2Downloads
- 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.
SHA256SUMSverifies 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