Downloads

Install Luna on desktop, mobile, browser, Docker, and developer tools.

Download packaged builds from the Luna GitHub releases page when available. Source installs are available for every platform that can run Node.js, Python, and the required native desktop dependencies.

Open Latest ReleaseView Repository

Desktop

â„šī¸
Full desktop features

Voice, camera, screen perception, tray controls, and OS automation work best through the desktop app because Electron can launch and manage the local backend.

Mobile

build mobile locally
cd frontend
npm install
npm run build
npx cap sync android
npx cap sync ios

Web and Docker

browser UI
npm run web
# Open http://localhost:5173
Docker
cp .env.personal.example .env
docker compose up -d
# Open http://localhost:8899

Developer tools

Luna CLI
npm i -g luna-workspace
luna setup
Shortest first run
npx luna-workspace setup

If the npm package is not published yet, install directly from GitHub:

GitHub fallback
npm i -g github:Sehastrajit/Luna
luna setup
VS Code extension
cd integrations/vscode
npm install
npm run compile
npx vsce package

Source install

Source install is the universal fallback for Windows, macOS, and Linux. It is also the best path if you want to develop Luna or build your own packages.

terminal
git clone https://github.com/Sehastrajit/Luna.git
cd Luna
npm install
npm run luna -- setup
npm run luna -- dev