-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Peefy edited this page May 3, 2026
·
9 revisions
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.
| 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 |
# 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:devApache License 2.0 — see LICENSE