Skip to Content
ReferenceSupported Platforms

Supported Platforms

localWiki is a native desktop application built with Tauri. It runs on all major desktop operating systems.

Operating Systems

PlatformMinimum VersionNotes
WindowsWindows 10 (1809+)WebView2 runtime required (bundled with Windows 11)
macOSmacOS 12 (Monterey)Universal binary — runs natively on Apple Silicon and Intel
Ubuntu22.04 LTSlibwebkit2gtk-4.1 required
Fedora38webkit2gtk4.1 required
Arch LinuxRolling releasewebkit2gtk-4.1 available via pacman

Architectures

ArchitectureWindowsmacOSLinux
x64 (AMD64)SupportedSupportedSupported
ARM64 (AArch64)Not supportedSupported (Apple Silicon)Not supported

System Requirements

  • RAM — 4 GB minimum, 8 GB recommended
  • Disk — 200 MB for the application, plus space for your wiki database
  • Network — Not required for local use. LAN sync needs a local network. WAN relay needs an internet connection.

Installing on Linux

On Debian-based distributions, install the required dependency before running localWiki:

sudo apt install libwebkit2gtk-4.1-0

On Fedora:

sudo dnf install webkit2gtk4.1

localWiki checks for updates automatically on launch. You can manually check for updates and install them from Settings > About.

Last updated on