Getting started
Installation
Install the prebuilt CLI with a single command. Pick your platform below.
$ curl -fsSL https://raw.githubusercontent.com/in-th3-l00p/codel00p/main/install.sh | shInstalls to ~/.local/bin. Set CODEL00P_INSTALL_DIR or CODEL00P_VERSION to customize.
Verify
codel00p --helpYou should see the top-level commands: agent, memory, session, and mcp. If the command is not found, add the install directory to your PATH as the installer prints.
Note
Prebuilt binaries are published for macOS (Apple silicon and Intel), Linux (x86-64 and arm64), and Windows (x86-64) on each tagged release.