Every build is a single static binary served from cli.dodil.io. Direct links below.
Verify the checksum or read the install script at https://cli.dodil.io.
curl -fsSL https://cli.dodil.io | bashdodil login <service_account_id> <service_account_secret>dodil k3 buckets listSub-commands map one-to-one onto the platform. Run dodil --help to explore.
dodil loginSign in with a service account. Tokens refresh automatically on every call.
dodil igniteDeploy and invoke serverless functions and call the model catalog.
dodil k3Manage buckets, objects, tables, and vector indexes from the terminal.
dodil scriptumCompile, run, and resume typed pipelines end to end.
dodil mcpExpose Dodil to any MCP-aware agent or editor as a local tool server.
~/.local/bin/dodil and makes it executable — nothing more. You can read it first at https://cli.dodil.io or grab the raw binary below and skip the script entirely.PATH: export PATH="$HOME/.local/bin:$PATH" in your ~/.zshrc or ~/.bashrc.arm64; Intel Macs use amd64. Most Linux servers and Windows PCs use amd64. Pick from the full list above if auto-detect guessed wrong.