All installation guides
Linux x64 installation

Install OpenMindAI on Linux.

OpenMindAI provides a Linux shell bootstrap and exercises the Linux/Tauri dependency path in CI. Real-world distributions, desktop environments and GPU stacks vary, so the Linux path is designed to be explicit and diagnosable.

v3.0.0Release architectureOfficial release source
INSTALLATION GUIDELinux

openmindai-setup.sh

ArchitectureSee release
Package size2.0 KB
Releasev3.0.0
01
BEFORE YOU START

Confirm the device requirements.

Local AI performance depends on memory, compute, storage, model size and backend support. These requirements are based on the current project documentation.

Modern 64-bit Linux distribution
16 GB RAM recommended
SSD storage recommended for model and runtime files
Required WebKitGTK/AppIndicator desktop dependencies for the Tauri environment
Distribution-specific package manager and GPU/runtime differences may require additional validation
02
OFFICIAL PACKAGE

Download and verify the release.

Use the official OpenMindAI release package rather than a third-party mirror. Published checksums should be used when available.

Packageopenmindai-setup.sh
Size2.0 KB
VerificationSHA256 published
SHA256OpenMindAI-Setup.bat: sha256:4dcb47b4664193b1488136c55f8636a91e3623146a13967f527a85752e2ca443 OpenMindAI-Setup.command: sha256:2c547c84b62d759c6cae40c07f65bd4136c77ce3e5be30d35d35c5c74f6da7b8 openmindai-setup.sh: sha256:a1ad46dc91425ce0f165abcd0cddbe90348fcc510d60cfd8a4d778b9c07027f3 openmindai.marker: sha256:d7966cf73d439dcc7af168dd9f213ba685f0a0880e6802398ac38ad4497d038b OpenMindAI_3.0.0_x64-setup.exe: sha256:a83f0cd1152f08801fba4332e7adf1d18aef12b7950a007d4cdab8ffa482b317
03
START SETUP

Make the shell bootstrap executable.

Download the official shell bootstrap, grant execute permission, then launch it from the terminal. The exact command saved with the current release is shown below when available.

Linux setup command0 copies
chmod +x openmindai-setup.sh
./openmindai-setup.sh
04
FIRST RUN

Choose storage, detect hardware and prepare the model.

The first-run flow is intentionally local-first and separates the desktop application from the AI data root.

1Choose the AI storage rootUse a local drive, secondary drive or suitable external SSD with enough free space.
2Create the local profileOpenMindAI stores the local application state and workspace configuration on storage you control.
3Hardware detectionThe application inspects available hardware before choosing a compatible local inference path.
4Prepare runtime and modelInstall/select a supported model and allow required runtime/model downloads to complete.
5Verify and open the workspaceThe model is verified before it is treated as ready; future launches can open directly into the local workspace.
05
AFTER SETUP

Know what works offline and what still needs a network.

Designed to work offline

Local AI inference, conversation history, local settings, installed model/runtime management, project data already on the machine, diagnostics and local backup workflows.

Requires network access

Initial source/bootstrap downloads, runtime downloads, model downloads, release/update checks and any explicitly connected remote service.

06
PLATFORM NOTES

Important Linux guidance.

The Linux bootstrap covers common package-manager families, while actual desktop and GPU environments can still differ significantly.

Linux should be treated as an actively validated platform rather than assumed identical to Windows.

If acceleration is unavailable, use a compatible fallback backend where supported and expect lower performance.