Intro
SlopCode is an open source coding agent focused on terminal workflows. This page gets you from install to first prompt quickly.
Install
Use the install script.
curl -fsSL https://slopcode.dev/install | bash
Prefer a package manager? Use one of these commands.
npm install -g slopcodebun install -g slopcodebrew install slopcodecurl -fsSL https://teamslop.github.io/apt-slopcode/install.sh | sudo bash
SlopCode also ships through winget, snap,
nix profile, RPM (zypper/dnf/yum), apk, pkg,
AUR/paru, MacPorts, Docker, Zed, and release binaries.
See Platforms when you want exact install commands.
Android/Termux on arm64/x64 uses the native npm package for CLI and server commands with Termux runtime dependencies.
pkg updatepkg install nodejs git ripgrep neovimnpm install -g slopcode@latest --include=optionalslopcode --help
The interactive TUI still requires proot-distro until Bun for Android enables the FFI support required by OpenTUI.
SlopCode can still attach a portable Termux client, but the native TUI renderer stays disabled on Android for now.
Connect
Run /connect and choose the provider you already use. You can switch
providers later at any time.
/connect
Start
Open a project and launch SlopCode.
cd /path/to/projectslopcode
Initialize project instructions once.
/init
Commit the generated AGENTS.md file so future sessions keep the same
context.
Prompt
Ask for one concrete task and include file paths when useful. Short, specific prompts usually give better edits.
Add request logging to @src/api.ts and include a unit test
Explore
Read these next pages when you need more control.