Skip to content

melandlabs/openloomi

Repository files navigation

OpenLoomi Logo

An AI That Always Remembers You.

English | 简体中文

Platform License Discord X


What is OpenLoomi?

OpenLoomi is an open-source AI workspace that runs on your desktop. It connects to the tools you already use — messaging apps, email, calendar, documents, project trackers — and builds a Holistic Context Graph of your people, projects, and decisions.

Features

Capability What it does
🧠 Holistic Context Graph Short → mid → long-term memory that grows on its own — visible, auditable, and always remembering your people, projects, and decisions across months
🔌 Platform Connectors Telegram, WhatsApp, WeChat, DingTalk, Feishu, Gmail, Google Calendar, Outlook, Google Docs, X/Twitter, Instagram, LinkedIn, Facebook Messenger, Jira, HubSpot, Asana, iMessage, QQ, RSS — messages, emails, calendar events, documents, and project updates flow in continuously
Proactive Tasks Intelligent task execution that anticipates your needs — not just scheduled automation, but context-aware actions that happen at the right moment
🖥️ Security & Ease of Use Native app for Windows, macOS, Linux Desktop Apps — works out of the box, minutes to set up, no configuration wrestling; local-first storage with IndexedDB + SQLite, AES-256 encryption, no data leaves your machine, auditable access logs
🔗 Open Sourced Skills OpenLoomi Skills are open-source and can be integrated into any Agent — Claude Code, Codex, OpenClaw, Hermes, and more.

Architecture

Quick Start

Download directly (for end users):

macOS Apple Silicon macOS Intel Linux AMD64 Linux ARM64 Windows
.dmg .dmg .deb .deb .exe

Full documentation is available at here.

Develop locally (for developers):

git clone https://github.com/melandlabs/openloomi.git
cd openloomi

cp apps/web/.env.example apps/web/.env

# Set your AI provider keys in .env:
#   ANTHROPIC_API_KEY=sk-ant-...
#   LLM_API_KEY=sk-...

pnpm install
pnpm tauri:dev

Requires Node.js 22+, pnpm 9+, and Rust 1.75+.

App Screenshots

Document preview Spreadsheet preview
Automation Connectors

Security

  • Local-first: works offline, no data sent to external servers
  • Auditable: you can see and audit exactly when and why data is accessed
  • AES-256 encryption for stored data
  • Hardware-isolated processing, no public gateways

Feedback

This is early-stage software. We're looking for people who'll actually install it, connect their tools, and tell us what's broken.

Contributing

See CONTRIBUTING.md. Look for good first issue labels.

License

Apache 2.0