Skip to content
Peefy edited this page Apr 30, 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

Screenshots

Docx Excel
Document Previews (Docx, Excel)
Website Generation Connectors
Website Generation Multiple Connectors
Automation Library
Automation & Cron Jobs | Library Gallery

More demos can be found here

Features

Proactive Awareness

  • πŸ“‘ Signal Monitoring β€” monitors signals across Slack, Email, Calendar, Documents and alerts you proactively before issues escalate
  • 🧠 Long-Term Memory β€” persistent knowledge graphs of people, projects, and decisions; remembers context even months later
  • 🎯 95% Noise Filtering β€” hundreds of daily messages refined into one focused panel; tells you what you should act on
  • ⚑ Autonomous Execution β€” drafts replies, schedules meetings, generates reports, tracks and validates results end-to-end; supports scheduled tasks (cron-like recurring jobs) and proactively triggered tasks (event-driven actions based on signals from Slack, Email, Calendar, etc.)

Instant Preview

  • Documents β€” Docx, DOC, ODT, RTF
  • Spreadsheets β€” Xlsx, XLS, CSV, ODS
  • Presentations β€” PPTx, PPT, ODP
  • PDF β€” PDF files with full rendering
  • Images β€” JPG, PNG, GIF, SVG, WebP, BMP
  • Code β€” Syntax-highlighted preview for JS, TS, Python, Go, Rust, and 20+ languages and HTML preview with live rendering

Multi-Platform Access

  • Messaging Apps β€” Telegram, WhatsApp, iMessage, QQ, Feishu, Weixin, Dingtalk integrations with message fetching, sending, file attachments, and real-time sync
  • Desktop Apps β€” Native apps for Windows, macOS, and Linux with keyboard shortcuts and system tray

Enterprise-Grade Security

  • AES-256 end-to-end encryption
  • Hardware-isolated processing environments (no public gateways)
  • Zero training commitments β€” your data never trains public AI models
  • Local-first architecture

Technical Architecture

Components

πŸ“– Learn more about architecture here

Documentation

Detailed documentation is available at here.

Community

Discord X Email Us

License

Apache License 2.0 β€” see LICENSE

Clone this wiki locally