Command line

The whole cloud, one binary.

dodil drives every Dodil primitive — Ignite, K3, Scriptum, and MCP — from your terminal. Static binary, no runtime, no dependencies.

Or install via terminal · macOS & Linux
curl -fsSL https://cli.dodil.io | bash
dodil ignite deploy ./fn
✓ live28ms
dodil k3 vector search "invoices"
✓ 12 hits28ms
Downloads

Pick your platform

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.

Quick start

From zero to first call in three steps

1
Install
curl -fsSL https://cli.dodil.io | bash
2
Authenticate
dodil login <service_account_id> <service_account_secret>
3
Run anything
dodil k3 buckets list
One CLI

Every primitive, same syntax

Sub-commands map one-to-one onto the platform. Run dodil --help to explore.

dodil login
Authenticate

Sign in with a service account. Tokens refresh automatically on every call.

dodil ignite
Ignite

Deploy and invoke serverless functions and call the model catalog.

dodil k3
K3

Manage buckets, objects, tables, and vector indexes from the terminal.

dodil scriptum
Scriptum

Compile, run, and resume typed pipelines end to end.

dodil mcp
MCP

Expose Dodil to any MCP-aware agent or editor as a local tool server.

Good to know

Common questions

Is the install script safe to pipe into a shell?
It downloads a single static binary into ~/.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.
How do I update?
Re-run the install command — it always fetches the latest build for your platform.
command not found after install?
Add the install dir to your PATH: export PATH="$HOME/.local/bin:$PATH" in your ~/.zshrc or ~/.bashrc.
Which architecture do I need?
Apple Silicon Macs (M1–M4) use arm64; Intel Macs use amd64. Most Linux servers and Windows PCs use amd64. Pick from the full list above if auto-detect guessed wrong.
Regions
UKLiveEULiveMiddle EastSoonAfricaSoon
Compliance
SOC 2In progressISO 27001In progressGDPR-readyData residencyEnforced
© 2026 Circle Technologies Pte Ltd. All rights reserved.