tinycode is a single-binary CLI that runs the tinycode AI red-teaming agent on your
own machine. It starts the agent's toolbox container, connects it to the tinycode
platform, and drops you into an interactive session.
-
A running Docker daemon (Docker Desktop or Docker Engine). No Docker Compose needed.
-
A supported platform:
OS Architectures Linux x86_64, arm64 macOS Apple Silicon, Intel
curl:
curl -fsSL https://raw.githubusercontent.com/tinycode-io/tinycode/main/install.sh | shwget:
wget -qO- https://raw.githubusercontent.com/tinycode-io/tinycode/main/install.sh | shThe installer detects your platform, downloads the matching binary from the latest
release, verifies its
checksum, and installs it to /usr/local/bin (or ~/.local/bin if that isn't
writable).
Re-run the install command — it always fetches the newest release.
curl -fsSL https://raw.githubusercontent.com/tinycode-io/tinycode/main/install.sh | INSTALL_VERSION=v0.1.0 shtinycode login # authenticate to the platform
tinycode # start the agent and open an interactive sessionOther commands:
tinycode remote— serve the platform web UI (run the agent from your browser).tinycode reset— stop the agent and wipe local state.tinycode --help— full command reference.
rm "$(command -v tinycode)"Questions or issues: open an issue.