Download Snippbot

Multiple installation methods to fit your workflow. All free for personal use.

📦

pipx

Recommended

Isolated installation — won't conflict with other Python packages.

Terminal
$ pipx install snippbot
🐍

pip

Standard Python package installation.

Terminal
$ pip install snippbot
🔧

From Source

Clone the repository and install with make.

Terminal
$ git clone https://github.com/snippbot/snippbot.git && cd snippbot && make install
🐳

Docker

Containerized deployment for servers.

Terminal
$ docker pull snippbot/snippbot:latest

System requirements

Requirement Minimum
Python 3.11+
Node.js 20+
pnpm 9+
RAM 512 MB
Disk 100 MB
OS macOS, Linux, Windows

Licensing

Snippbot is free for personal use. You may use, modify, and run it for personal, educational, and non-commercial purposes at no cost.

Commercial use requires a license. Using Snippbot or derivatives to generate revenue, in a business context, or as part of a commercial product or service requires a commercial license agreement. See our Terms of Service for details.

By downloading and using Snippbot, you agree to our Terms of Service. Snippbot is provided "as is" without warranty. Snippai LLC is not liable for any damages arising from use of the software, including security vulnerabilities, data breaches, or data loss. You use Snippbot at your own risk.

Verify installation

Terminal
$ snippbot --version
snippbot 0.1.0
Terminal
$ snippbot status
● snippbot daemon: running (PID 12345)
Terminal
$ curl http://127.0.0.1:18781/health
{"status": "ok", "version": "0.1.0"}