Install
arcana is pre-release software. You can build and inspect the current CLI from source today; pre-built binaries and package-registry releases are not available yet.
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
After the first crates.io release, installation will use 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.