Skip to content
Peefy edited this page May 3, 2026 · 9 revisions

Alloomi

Node.js Version Tauri Platform License Discord X

Proactive AI workspace — understands your intent, orchestrates execution, and gets things done.

Download

Alloomi is a proactive AI workspace that monitors business signals, orchestrates tasks autonomously, and tracks and validates results end-to-end. Unlike traditional AI assistants that are passive workflow tools, Alloomi acts as a proactive AI workspace that watches, learns, remembers, and acts on your behalf.

What Problems Does Alloomi Solve?

Without Alloomi With Alloomi
Switching between WeChat, Telegram, WhatsApp to reply One interface, reply to all
Manually check Slack, Email, Calendar for updates AI proactively alerts you
Repetitive tasks done manually every day Set scheduled tasks, AI executes automatically
Forget context after months Long-term memory that remembers everything

Quick Start

Run from Source

# 1. Clone the repo
git clone https://github.com/melandlabs/alloomi
cd alloomi

# 2. Copy environment config
cp apps/web/.env.example apps/web/.env

# 3. Generate keys
openssl rand -base64 32  # AUTH_SECRET
node -e "console.log(require('crypto').randomBytes(32).toString('base64url'))"  # ENCRYPTION_KEY

# 4. Configure AI API
ANTHROPIC_BASE_URL=https://api.anthropic.com
ANTHROPIC_API_KEY=sk-ant-...
ANTHROPIC_MODEL=claude-sonnet-4-6

LLM_BASE_URL=https://api.openai.com/v1
LLM_API_KEY=sk-...
LLM_MODEL=gpt-4o

# 5. Start
pnpm install
pnpm tauri:dev

Technical Architecture

📖 Learn more about architecture here

Documentation

📖 Detailed documentation is available here

Community

Discord X Email Us

License

Apache License 2.0 — see LICENSE

Clone this wiki locally