Running Axiom
The fastest way to get started with Apitomy Axiom is to use the run-axiom.sh script, which
downloads and runs the latest release automatically.
Prerequisites
- Java 25+
- curl and jq (for downloading releases)
- One of the supported AI engine CLIs:
| Engine | Config Value | Binary | Install |
|---|---|---|---|
| Claude Code | claude-code (default) |
claude |
npm install -g @anthropic-ai/claude-code |
| OpenCode | opencode |
opencode |
curl -fsSL https://opencode.ai/install \| bash |
- An API key for your LLM provider (e.g.,
ANTHROPIC_API_KEYenvironment variable)
Run Axiom
Download and run the script:
Or clone the repo and run it directly:
The script will:
- Query GitHub for the latest Apitomy Axiom release
- Download the application JAR (cached in
~/.axiom/releases/for future runs) - Start the application on http://localhost:9191
Open http://localhost:9191 in your browser to access the Axiom dashboard.
Next Steps
- Configuring Axiom — AI engine settings, database profiles, and application properties
- User Guide — Architecture details, event sources, action types, and advanced usage