A powerful, open-source agentic Discord bot designed to help you securely and efficiently manage your community.
- Marketing site: aripa.app
- Documentation: docs.aripa.app
- Go to the latest release.
- Download the latest version and extract it.
- Install dependencies:
bun install- Create or update your config:
bun run onboard- Start Aripa with your Discord bot token:
TOKEN="your-discord-bot-token" bun run startFor development with automatic reloads:
TOKEN="your-discord-bot-token" bun run devbun run onboard opens the setup wizard for config.json. It configures the bot name, style prompt, allowlisted Discord servers, AI model providers, web search, and agent rate limits.
Common environment variables:
TOKEN: required Discord bot token.PREFIX: text action prefix, defaults to-.DATABASE_PATH: SQLite database path, defaults toaripa.sqlite.CONFIG_PATH: config file path, defaults toconfig.json.OPENAI_API_KEY: used for OpenAI models.OPENROUTER_API_KEY: used for OpenRouter models.AI_GATEWAY_API_KEY: used for Vercel AI Gateway models.GOOGLE_GENERATIVE_AI_API_KEY: used for Gemini web-search features.
Aripa can call AI model providers when agents, summaries, or web-search features are enabled. Those requests may cost the developer or operator running the bot, depending on the provider, model, and API key used.