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.
Desktop
Windows
PackagedWindows 10/11 x64
Best option for the full desktop app, local backend, voice, vision, and OS automation.
Luna setup installer or portable zipmacOS
SourceApple Silicon or Intel
Supported as a development/source install. A signed DMG is not published yet.
Run from sourceLinux
SourceUbuntu/Debian/Fedora and similar
Use source mode for desktop features, or Docker for a browser-accessible deployment.
Run from source or DockerVoice, camera, screen perception, tray controls, and OS automation work best through the desktop app because Electron can launch and manage the local backend.
Mobile
Android
APKAndroid phones and tablets
Use the APK when published in releases, or build locally from the Capacitor project.
Android debug APKiPhone / iPad
Build requirediOS and iPadOS
The repo can produce an iOS simulator package. Real devices require Apple signing.
iOS simulator build or signed local buildcd frontend
npm install
npm run build
npx cap sync android
npx cap sync iosWeb and Docker
npm run web
# Open http://localhost:5173cp .env.personal.example .env
docker compose up -d
# Open http://localhost:8899Developer tools
npm i -g luna-workspace
luna setupnpx luna-workspace setupIf the npm package is not published yet, install directly from GitHub:
npm i -g github:Sehastrajit/Luna
luna setupcd integrations/vscode
npm install
npm run compile
npx vsce packageSource 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.
git clone https://github.com/Sehastrajit/Luna.git
cd Luna
npm install
npm run luna -- setup
npm run luna -- dev