Skip to main content

CLI

The Amika CLI is a single binary that runs on macOS and Linux.

Quick install

This downloads the latest release, verifies its SHA-256 checksum, and installs it to /usr/local/bin.

Verify the installation

Options

Install a specific version

Custom install directory

Set AMIKA_INSTALL_DIR to install somewhere other than /usr/local/bin:
Make sure the directory is on your PATH.

Dry run

Preview what the installer would do without downloading or installing anything:

Supported platforms

Build from source

amikalog

amikalog is a separate, independently versioned CLI that captures your Claude Code and Codex sessions. Install it with the same script by passing --component amikalog:
Pin a version with --install-version (amikalog releases under tags of the form amikalog@v*):
To build from source instead, run make build-amikalog — the binary lands at dist/amikalog.

SDKs

The TypeScript SDK is available now:
See the TypeScript quickstart to get started. SDKs for more languages are on the way — in the meantime you can use the CLI or the HTTP API directly.