Package Exports
- leedab
- leedab/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (leedab) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LeedAB
Living OS. An autonomous AI agent that runs on your machine.
LeedAB installs on any Mac, Windows, or Linux computer and becomes an AI agent for your enterprise. It talks to your team on WhatsApp and Telegram, learns your operations, uses your computer like a team member would, and keeps every byte of data on your hardware.
Install
curl -fsSL https://leedab.com/install.sh | bashThen run the setup wizard:
leedab onboardYou'll need a license key. Get one at leedab.com.
What you get
- Messaging - your team talks to the agent on WhatsApp, Telegram, or Slack. No new app to learn.
- Computer use - the agent opens browsers, reads screens, navigates apps, and fills forms.
- Memory - persistent across conversations. It learns your business and never starts from scratch.
- Credential vault - AES-256-GCM encrypted. The agent logs into services using stored credentials.
- Dashboard - web console at
localhost:3000with agent status, sessions, and team management. - Local-first - files, credentials, memory, and logs stay on your machine.
Commands
leedab onboard Setup wizard
leedab start Start the agent and dashboard
leedab terminal Chat with the agent in terminal
leedab stop Stop the agent
leedab configure model Change LLM provider or model
leedab vault add <svc> Store credentials for a service
leedab pairing add Add users to channel allowlist
leedab team add <name> Add a team member
leedab sessions View conversation sessions
leedab --help All commandsRequirements
- macOS, Windows, or Linux
- A license key from leedab.com
- An LLM API key (Anthropic, OpenAI, Google, DeepSeek, or OpenRouter)
The one-liner installer handles Node.js and all dependencies for you.
Security
- All data stored locally in
.leedab/ - Credentials encrypted with AES-256-GCM
- Per-channel allowlists control who can message the agent
- Team roles with admin, operator, and viewer access
- Full audit log of every interaction
License
Proprietary. See LICENSE for details.