Skip to content

tinycode-io/tinycode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

tinycode

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.

Requirements

  • 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

Install

curl:

curl -fsSL https://raw.githubusercontent.com/tinycode-io/tinycode/main/install.sh | sh

wget:

wget -qO- https://raw.githubusercontent.com/tinycode-io/tinycode/main/install.sh | sh

The 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).

Update

Re-run the install command — it always fetches the newest release.

Pin a specific version

curl -fsSL https://raw.githubusercontent.com/tinycode-io/tinycode/main/install.sh | INSTALL_VERSION=v0.1.0 sh

Quick start

tinycode login     # authenticate to the platform
tinycode           # start the agent and open an interactive session

Other 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.

Uninstall

rm "$(command -v tinycode)"

Support

Questions or issues: open an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages