Repo: https://github.com/zeroclaw-labs/zeroclaw
If you're thinking of running ZeroClaw on your main PC, I'd strongly suggest using a VPS instead. Anything you can do on your PC, ZeroClaw will be able to do on your PC, which is extremely risky if you have personal info on it.
A VPS is essentially just a fresh virtual PC. That way you're not risking any of your personal data and the VPS runs 24/7 so you'll have access to the bot whenever you want. It's also much cheaper than spending hundreds of dollars on a dedicated device like a Mac Mini.
The VPS provider that I use is Hostinger because it's the simplest one to set up and also one of the cheapest. If you use the link below you will get an extra 20% off.
π https://www.hostinger.com/self-hosted-n8n?REFERRALCODE=HOWTO20
Coupon code: HOWTO20
sudo apt update && sudo apt upgrade -ysudo apt install -y build-essential curl gitcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shChoose option 1 (standard installation) when prompted.
source "$HOME/.cargo/env"git clone https://github.com/zeroclaw-labs/zeroclaw.git
cd zeroclawcargo build --releasecargo install --path .Replace YOUR_API_KEY with your OpenRouter API key. Get one at https://openrouter.ai
cd ~
zeroclaw onboard --quick --api-key YOUR_API_KEY --provider openrouterThis generates the config at ~/.zeroclaw/config.toml with your API key and provider already set.
zeroclaw agent -m "Hello, introduce yourself"zeroclaw onboard --channels-onlyFollow the prompts:
- Select Telegram β Enter
- Go to Telegram, find @BotFather, send
/newbot, create your bot, and copy the bot token - Paste your bot token β Enter
- For allowed identities, enter
*(allows all users) or your Telegram username without@β Enter - Select Done to finish
- When it asks Launch channels now? β press Y
This starts everything: gateway, Telegram, memory, and scheduler. Your bot should now respond to messages on Telegram.
If you don't have one yet, I use Hostinger for all my setups. Takes under a minute to get a clean Ubuntu server running. Use the link below for an extra 20% off.
π https://www.hostinger.com/self-hosted-n8n?REFERRALCODE=HOWTO20
Coupon code: HOWTO20