Install

arcana is in bootstrap status. The binary is buildable from source today; pre-built binaries and registry publication are coming with Phase 1 MVP and Phase 3 distribution.

NOW

Today — build from source

You need a Rust toolchain (MSRV 1.88). Clone the repository and run the help command:

git clone https://github.com/Arcanada-one/arcana-agent-system
cd arcana-agent-system
cargo run --bin arcana -- --help
SOON

Coming soon — cargo install

Once Phase 1 MVP and the first crates.io release land, install via Cargo:

cargo install arcana-agent-system
SOON

Coming soon — Homebrew tap

macOS users will be able to install via a Homebrew tap:

brew tap arcanada-one/tap
brew install arcana

After install, run arcana login to authenticate against Auth Arcana, then arcana --help to see available commands.

Read the full README on GitHub