Open-source team messaging — web, desktop, iOS, and CLI.
| Platform | |
|---|---|
| Web | openslaq.com |
| Desktop | openslaq.com/install (macOS) |
| iOS | TestFlight |
| CLI | curl -fsSL https://openslaq.com/install.sh | sh |
| Docs | docs.openslaq.com |
- Open source — MIT licensed, read every line of code
- Fast and lightweight — no bloat, no lag
- No tracking — zero analytics, no telemetry, your data stays yours
- Multi-platform — native apps for desktop, iOS, and a full CLI
- Easy to leave — self-host anytime, export your data, no lock-in
git clone https://github.com/BilalG1/openslaq.git && cd openslaq
bun install
cp .env.example .env
docker compose up -d
bun run --filter @openslaq/api db:migrate
bun run devOpen localhost:3000.