WHOX is Where Humans Optimize...
Credit: The core agent framework is Hermes Agent, built and open-sourced by Nous Research. WHOX builds on top of that foundation.
- One-line install and minimal setup inputs
- Optimized for persistent VPS operation
- Built for long-running autonomous tasks with progress updates
- Multi-tool execution for coding, browsing, scheduling, automation, and publishing
- Tuned for efficient operation with free-tier model constraints
- Faster setup path: WHOX is opinionated and trimmed for immediate deployment
- Lower ops overhead: WHOX focuses on stable defaults, fewer moving parts, and practical automation
- Better cost profile: WHOX is pre-tuned for low-cost and free-tier operation patterns
- Production intent: WHOX is built for real unattended work, not just local experimentation
bash <(curl -fsSL https://raw.githubusercontent.com/overviewlabs/WHOX/main/install-whox.sh)Setup prompts are intentionally short and ask for:
- Qwen 3.5 397B API key
- Telegram bot token
- VPS base domain (optional)
- Timezone
- Feature profile (recommended or custom per capability)
If no base domain is configured, isolated app/site workspace creation is disabled by design.
After install:
source ~/.bashrc
whox gateway status
whoxThis stack can run fully free if your accounts remain within free-tier limits.
- Create an Oracle Cloud account:
https://www.oracle.com/cloud/free/ - Upgrade the account to Pay As You Go in Oracle Cloud billing settings.
- Create a compute instance under Always Free resources.
- Target this footprint where available:
- 4 OCPU (Ampere A1)
- 24 GB RAM
- 200 GB storage
- Ubuntu OS
- Open required firewall ports for SSH and web access.
- Point your domain/subdomain records to the VPS public IP.
Important: Use the Ampere A1 shape with 4 OCPU / 24 GB RAM / 200 GB storage to stay in the Always Free allocation while getting a high-performance VPS.
NVIDIA model page:
https://build.nvidia.com/qwen/qwen3.5-397b-a17b
NVIDIA API key portal:
https://build.nvidia.com/
Create your API key and keep it ready for WHOX setup.
bash <(curl -fsSL https://raw.githubusercontent.com/overviewlabs/WHOX/main/install-whox.sh)Enter:
- NVIDIA Qwen key
- Telegram bot token
- Base domain
- Timezone
whox gateway status
whoxSend a message to your bot in Telegram and confirm responses stream correctly.
WHOX is tuned to work within NVIDIA-hosted Qwen rate constraints and avoid burst failures:
- Request pacing to respect per-minute throughput limits
- Retry and cooldown behavior for temporary provider throttling
- Long-task progress signaling for better reliability over chat
- Autonomous coding and app/site generation
- Web research and extraction workflows
- Browser automation (navigate, click, fill, scrape)
- Scheduled reminders and recurring tasks
- Multi-platform messaging gateway support
- Persistent memory and context continuity
- Background execution with progress updates
- Isolated app workspaces and publish helpers
- Free-tier availability can vary by region, account eligibility, and provider policy changes.
- WHOX is designed to stay useful under strict budget constraints while still supporting advanced autonomous behavior.
MIT. See LICENSE.