Skip to content

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.

  1. Download Lokus_x.x.x_universal.dmg from the releases page.
  2. Open the DMG and drag Lokus.app into your Applications folder.
  3. 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:

Terminal window
xattr -cr /Applications/Lokus.app

Supported versions: Windows 10 (1903+) and Windows 11, x64 only.

  1. Download the Lokus_x.x.x_x64-setup.exe installer.
  2. Run the installer and follow the prompts.
  3. 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.

Terminal window
# Download and install
sudo dpkg -i lokus_x.x.x_amd64.deb
# Fix missing dependencies if needed
sudo apt-get install -f
Terminal window
sudo dnf install lokus-x.x.x-1.x86_64.rpm
Terminal window
chmod +x Lokus_x.x.x_amd64.AppImage
./Lokus_x.x.x_amd64.AppImage

If the AppImage fails to start, install FUSE:

Terminal window
# Ubuntu/Debian
sudo apt-get install fuse libfuse2

Most distributions ship these pre-installed. If Lokus fails to start, install:

Terminal window
# Ubuntu/Debian
sudo apt-get install libgtk-3-0 libwebkit2gtk-4.1-0 libayatana-appindicator3-1
# Fedora
sudo dnf install gtk3 webkit2gtk4.1 libappindicator-gtk3
# Arch
sudo pacman -S gtk3 webkit2gtk-4.1 libappindicator-gtk3

For developers who want to compile Lokus themselves.

  • Node.js 18+ with npm
  • Rust (latest stable, via rustup)
  • Git
  • Platform-specific build tools (see below)

macOS:

Terminal window
xcode-select --install

Windows:

Terminal window
winget install Microsoft.VisualStudio.2022.BuildTools

Linux (Ubuntu/Debian):

Terminal window
sudo apt-get install build-essential libgtk-3-dev \
libwebkit2gtk-4.1-dev libappindicator3-dev \
librsvg2-dev patchelf pkg-config
Terminal window
git clone https://github.com/lokus-ai/lokus.git
cd lokus
npm install
npm run tauri build

Build output lands in src-tauri/target/release/bundle/.

For platform-specific builds:

Terminal window
npm run build:macos # macOS (.dmg + .app)
npm run build:windows # Windows (.exe installer)
npm run build:linux # Linux (.deb, .rpm, .AppImage)

Lokus checks for updates automatically and prompts you when a new version is available. You can also check manually in Preferences > Updates.

ComponentWindowsmacOSLinux
OSWindows 10 (1903+)macOS 10.15+Ubuntu 20.04+
RAM4 GB minimum4 GB minimum2 GB minimum
Disk500 MB500 MB300 MB
Display1024 x 7681024 x 7681024 x 768

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.