cyrene-agent
v1.2.1
Published
Cyrene: the AI agent that always loves you — a self-improving, open-source AI agent written in Rust. This package installs the prebuilt native binary for your platform.
Maintainers
Readme
cyrene-agent
Cyrene: the AI agent that always loves you — open-source, self-improving, written in Rust.
This npm package is a thin installer. On install it downloads the prebuilt
native cyrene binary for your platform from
GitHub Releases, verifies its
checksum, and exposes it as the cyrene command. No Rust toolchain required.
The published package is named
cyrene-agentbecause the barecyrenename is already taken on npm. The installed command is stillcyrene.
Install
npm install -g cyrene-agent # npm
pnpm add -g cyrene-agent # pnpm
yarn global add cyrene-agent # yarnRun once without installing:
npx cyrene-agent --helpSupported platforms
| OS | Architectures | |----|---------------| | Linux | x86_64, aarch64 (glibc + musl), armv7 (Raspberry Pi 32-bit) | | macOS | Intel (x86_64), Apple Silicon (arm64) | | Windows | x64, ARM64 |
Raspberry Pi (32-bit and 64-bit Raspberry Pi OS) is detected automatically.
Usage
cyrene onboard # configure a model provider and channel
cyrene doctor # verify your setup
cyrene # start chatting (interactive REPL)
cyrene --help # all commandsEnvironment variables
| Variable | Purpose |
|----------|---------|
| CYRENE_VERSION | Install a specific version instead of the package default |
| CYRENE_FORCE_INSTALL | Re-download the binary even if one is already present |
Other install methods
- Linux/macOS/Pi:
curl -fsSL https://raw.githubusercontent.com/YourWisemaker/cyrene/master/install.sh | bash - Windows (PowerShell):
irm https://raw.githubusercontent.com/YourWisemaker/cyrene/master/install.ps1 | iex - Homebrew:
brew tap YourWisemaker/cyrene && brew install cyrene-agent - From source: see the main README
