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 auth logindodil k3 buckets listSub-commands map one-to-one onto the platform. Run dodil --help to explore.
dodil auth loginSign in from your browser. 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.
dodil mcp turns the CLI into a local Model Context Protocol server — the fastest way to hand your agent the whole platform. Prefer no install? Connect to the hosted remote server at mcp.dodil.io instead. Either way, every command auto-detects as a typed tool.
dodil mcpPoint an agent at it — e.g. Claude Code:
claude mcp add dodil -- dodil mcp~/.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.