Prerequisites
- Python 3.10+: Ensure Python is installed (
python --version). - Poetry: Chibi uses Poetry for dependency management. Install Poetry.
- Git: To clone the repository.
Installation Steps
1. Clone the Repository
2. Install Dependencies
Use Poetry to install the required Python packages.3. Configure Environment
Copy the example configuration file and edit it..env with your API keys and settings:
4. Run the Bot
Start the bot using Poetry:Tip: For a simpler installation, see Pip Installation.
Troubleshooting
- Poetry not found: Make sure Poetry is in your PATH.
- Python version mismatch: Chibi requires Python 3.10 or newer.

