Installation
Download the latest release from the GitHub Releases page.
Supported versions: macOS 10.15 (Catalina) and later. Works on both Intel and Apple Silicon.
- Download
Lokus_x.x.x_universal.dmgfrom the releases page. - Open the DMG and drag Lokus.app into your Applications folder.
- On first launch, macOS will warn about an unverified developer. Right-click the app and select Open, then click Open again in the dialog.
If macOS shows “Lokus is damaged and can’t be opened,” remove the quarantine flag:
xattr -cr /Applications/Lokus.appWindows
Section titled “Windows”Supported versions: Windows 10 (1903+) and Windows 11, x64 only.
- Download the
Lokus_x.x.x_x64-setup.exeinstaller. - Run the installer and follow the prompts.
- Launch Lokus from the Start Menu.
WebView2 requirement: Lokus needs the Microsoft Edge WebView2 runtime. Windows 10 (version 1903+) and Windows 11 include it by default. If it’s missing, the installer will prompt you to install it, or download it from Microsoft.
Supported versions: Ubuntu 20.04+, Fedora 38+, and most modern distributions with GTK 3 and WebKitGTK.
DEB package (Ubuntu / Debian)
Section titled “DEB package (Ubuntu / Debian)”# Download and installsudo dpkg -i lokus_x.x.x_amd64.deb
# Fix missing dependencies if neededsudo apt-get install -fRPM package (Fedora / RHEL)
Section titled “RPM package (Fedora / RHEL)”sudo dnf install lokus-x.x.x-1.x86_64.rpmAppImage
Section titled “AppImage”chmod +x Lokus_x.x.x_amd64.AppImage./Lokus_x.x.x_amd64.AppImageIf the AppImage fails to start, install FUSE:
# Ubuntu/Debiansudo apt-get install fuse libfuse2Linux dependencies
Section titled “Linux dependencies”Most distributions ship these pre-installed. If Lokus fails to start, install:
# Ubuntu/Debiansudo apt-get install libgtk-3-0 libwebkit2gtk-4.1-0 libayatana-appindicator3-1
# Fedorasudo dnf install gtk3 webkit2gtk4.1 libappindicator-gtk3
# Archsudo pacman -S gtk3 webkit2gtk-4.1 libappindicator-gtk3Build from source
Section titled “Build from source”For developers who want to compile Lokus themselves.
Prerequisites
Section titled “Prerequisites”- Node.js 18+ with npm
- Rust (latest stable, via rustup)
- Git
- Platform-specific build tools (see below)
Platform build tools
Section titled “Platform build tools”macOS:
xcode-select --installWindows:
winget install Microsoft.VisualStudio.2022.BuildToolsLinux (Ubuntu/Debian):
sudo apt-get install build-essential libgtk-3-dev \ libwebkit2gtk-4.1-dev libappindicator3-dev \ librsvg2-dev patchelf pkg-configBuild steps
Section titled “Build steps”git clone https://github.com/lokus-ai/lokus.gitcd lokusnpm installnpm run tauri buildBuild output lands in src-tauri/target/release/bundle/.
For platform-specific builds:
npm run build:macos # macOS (.dmg + .app)npm run build:windows # Windows (.exe installer)npm run build:linux # Linux (.deb, .rpm, .AppImage)Auto-updates
Section titled “Auto-updates”Lokus checks for updates automatically and prompts you when a new version is available. You can also check manually in Preferences > Updates.
System requirements
Section titled “System requirements”| Component | Windows | macOS | Linux |
|---|---|---|---|
| OS | Windows 10 (1903+) | macOS 10.15+ | Ubuntu 20.04+ |
| RAM | 4 GB minimum | 4 GB minimum | 2 GB minimum |
| Disk | 500 MB | 500 MB | 300 MB |
| Display | 1024 x 768 | 1024 x 768 | 1024 x 768 |
Next steps
Section titled “Next steps”Install complete? Head to the Quick Start guide to sign in and create your first workspace. On first launch, Lokus will present a login screen where you can sign in with an email, Google, or Apple account — or continue as a guest to keep your notes local-only.