ACRE CLI · MACOS / LINUXYour project terminal, ready in seconds.
Install once. Then acre asks which project this terminal belongs to and opens or reattaches its tmux workspace.
- 1
Install AcreZero dependencies beyond Node 18+. No paid service.curl -fsSL https://useacre.dev/install | sh
- 2
Open a connected workspaceThe picker always asks for the Acre before reading context.acre
✓Detach without stopping worktmux keeps the terminal alive. Acre heartbeats the session and marks it complete when the workspace ends.
REMOTE MCP · ANY WORKSPACEBring Acre into Codex or Claude.
Set your token locally. Acre exposes one shared project brain, but the client must ask you which project to use before every new task.
CODEX~/.codex/config.toml[mcp_servers.acre]
url = "https://useacre.dev/mcp"
bearer_token_env_var = "ACRE_MCP_TOKEN"
claude mcp add --transport http acre https://useacre.dev/mcp \
--header "Authorization: Bearer $ACRE_MCP_TOKEN"
KEYYour token stays localAcre never returns or renders ACRE_MCP_TOKEN. Shared public access still requires a private deployment token.
BRING YOUR OWN INFRARun on the machine you already own.
Attach this Acre to the current runtime for no additional charge. Managed on-demand infrastructure remains disabled.
checking runtime…
USE THIS RUNTIMEKeep agents, sessions, Commons, and brain data on this machine.
docker compose -f docker-compose.prod.yml up -d --build