Running Kibo
Kibo offers three interfaces: Terminal, Web UI, and Telegram.
Terminal (Default)
The fastest way to interact with Kibo. Launch it with:
cd ~/kibo
./run.shBest for: Quick commands, scripting, power users who live in the terminal.
Web UI
A browser-based interface for those who prefer a GUI:
cd ~/kibo
./run.sh webOpens a web interface at http://localhost:5000
Best for: Users who prefer visual interfaces, sharing access with others on your network.
Telegram Bot
Control your PC from anywhere using Telegram:
cd ~/kibo
./run.sh telegramBest for: Remote access, controlling your PC from your phone, voice commands.
Interface Comparison
| Feature | Terminal | Web UI | Telegram |
|---|---|---|---|
| Speed | Fastest | Fast | Fast |
| Remote Access | No | Local Network | Anywhere |
| Voice Commands | No | No | Yes |
| Setup Required | None | None | Bot Token |