System requirements
Luminy is a lightweight native app and runs comfortably on any modern machine meeting the following requirements.| Requirement | Details |
|---|---|
| Operating system | macOS 11 (Big Sur) or later · Windows 10 or later · Major Linux distributions (Ubuntu 20.04+, Fedora 37+, Arch, etc.) |
| Architecture | x86-64 or Apple Silicon (arm64) |
| Disk space | ~80 MB for the app bundle; additional space for your project indexes and session database |
| Node.js / Rust | Not required — the app is fully bundled. No developer toolchain needed for end users. |
If you want to use local AI models through Ollama, you will need Ollama installed separately and enough RAM to run your chosen model. Ollama itself is not bundled with Luminy.
Download
Visit luminy.tech and click the download button for your platform. The site auto-detects your OS, but you can also scroll down to choose a specific platform or architecture manually. The current release is v1.5.4.Installation
- macOS
- Windows
- Linux
Open the disk image
Double-click the downloaded
.dmg file to mount it. A Finder window will open showing the Luminy app icon alongside a shortcut to your Applications folder.Drag to Applications
Drag Luminy.app into the Applications folder shortcut. Wait for the copy to finish.
Launch Luminy
Open Launchpad or navigate to
/Applications in Finder and double-click Luminy to launch it.Automatic updates
Luminy includes a built-in auto-updater powered by signed release artifacts hosted athttps://luminy.tech/api/updates. Here is how it works.
- Background checks — When Luminy is running, it periodically polls the update endpoint for new releases.
- Silent download — If a new version is available, Luminy downloads the update in the background without interrupting your work.
- Prompt to restart — Once the download is complete, Luminy shows an unobtrusive notification asking whether you want to restart and apply the update now or wait until the next time you open the app.
- No manual action needed — You never need to visit the download page again after the initial install.
Auto-updates are supported on macOS and Windows out of the box. On Linux, auto-updates are available for AppImage installs. If you installed via
.deb or .rpm, update through your system package manager or re-download from luminy.tech when a new version is released.Troubleshooting
macOS: 'Luminy cannot be opened because the developer cannot be verified'
macOS: 'Luminy cannot be opened because the developer cannot be verified'
This is macOS Gatekeeper blocking an app that hasn’t been opened before. Right-click (or Control-click) Luminy.app in Finder, choose Open from the context menu, then click Open in the dialog that appears. You only need to do this once — future launches will open normally.
Windows: SmartScreen warning on first launch
Windows: SmartScreen warning on first launch
Windows SmartScreen may flag newly published executables. Click More info and then Run anyway to proceed. This prompt disappears once the app has been run enough times to build a reputation with Microsoft’s system.
Linux: AppImage doesn't launch
Linux: AppImage doesn't launch
Make sure the file has executable permissions (
chmod +x Luminy_*.AppImage). On some distributions you may also need to install libfuse2 — for example, on Ubuntu 22.04+: sudo apt install libfuse2.The app opens but is blank or crashes immediately
The app opens but is blank or crashes immediately
Try deleting the app’s local data directory and relaunching. On macOS this is
~/Library/Application Support/Luminy; on Windows it is %APPDATA%\Luminy; on Linux it is ~/.config/Luminy. This resets Luminy to a clean state without uninstalling it.