Repo: https://github.com/theonlyhennygod/zeroclaw
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"curl -fsSL https://ollama.ai/install.sh | shsystemctl start ollamaollama pull glm4:9bThis model is ~5.5 GB. If you have limited RAM and no GPU, use
qwen2.5:3binstead (and swap the model name in Step 11).
git clone https://github.com/theonlyhennygod/zeroclaw.git
cd zeroclawcargo build --releasecargo install --path .cd ~
zeroclaw onboardThis auto-generates the config at ~/.zeroclaw/config.toml with default settings.
sed -i 's|^default_provider = .*|default_provider = "ollama"|' ~/.zeroclaw/config.toml
sed -i 's|^default_model = .*|default_model = "glm4:9b"|' ~/.zeroclaw/config.toml
sed -i 's|^api_key = .*|api_key = ""|' ~/.zeroclaw/config.tomlIf you pulled a different model in Step 7, replace
glm4:9bwith your model name.
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
zeroclaw daemonThis starts everything: gateway, Telegram, memory, and scheduler. Your bot should now respond to messages on Telegram.
hi Pyr0zen, followed your guide to a T using qwen2.5:3b

i have created the telegram bot
shared api and user
but im not seeing any messages returned .. how do i proceed (#freeclawing)