You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lumis is an AI-powered IM router and chat agent with multi-platform integration.
4
+
5
+
## Installation
6
+
7
+
### macOS
8
+
9
+
#### DMG (Recommended for macOS)
10
+
11
+
Download the latest release from [GitHub Releases](https://github.com/melandlabs/release/releases).
12
+
13
+
#### Homebrew
14
+
15
+
```bash
16
+
# Add tap
17
+
brew tap melandlabs/lumis
18
+
19
+
# Install
20
+
brew install --cask lumis
21
+
```
22
+
23
+
### Linux
24
+
25
+
#### Debian/Ubuntu
26
+
27
+
```bash
28
+
# Download .deb package from releases
29
+
sudo dpkg -i lumis_*.deb
30
+
sudo apt-get install -f # Install dependencies
31
+
```
32
+
33
+
### Windows
34
+
35
+
#### NSIS Installer
36
+
37
+
Download the latest release from [GitHub Releases](https://github.com/melandlabs/release/releases).
38
+
39
+
## Development
40
+
41
+
This repository contains the CI/CD configuration for building and releasing Lumis. The source code is in the [lumis](https://github.com/melandlabs/lumis) repository.
0 commit comments