-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Peefy edited this page Apr 30, 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:dev![]() |
![]() |
| Document Previews (Docx, Excel) | |
![]() |
![]() |
| Website Generation | Multiple Connectors |
![]() |
![]() |
| Automation & Cron Jobs | Library Gallery | |
More demos can be found here
- π‘ 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.)
- 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
- 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
- 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
Detailed documentation is available at here.
Apache License 2.0 β see LICENSE





