🚀 ArkIDE Flatpak Repository

Install ArkIDE directly from our official Flatpak repository.

✨ Multi-Architecture Support: Available for x86_64 and ARM64 (aarch64) systems!
⚠️ Important: This repository is not GPG-signed. Only install if you trust this source.

Quick Install (Recommended)

Add the repository and install in one command:

flatpak remote-add --user --if-not-exists --no-gpg-verify arkide https://the-arkide-project.github.io/ArkIDE-Desktop/repo
flatpak install --user arkide com.arkide.desktop

Flatpak will automatically install the correct version for your architecture (x86_64 or ARM64).

Alternative: Use .flatpakrepo file

flatpak install --user https://the-arkide-project.github.io/ArkIDE-Desktop/arkide.flatpakrepo

Run ArkIDE

flatpak run com.arkide.desktop

Update

Get the latest version:

flatpak update com.arkide.desktop

Uninstall

flatpak uninstall com.arkide.desktop
flatpak remote-delete arkide
Download .flatpakrepo file View on GitHub

Supported Architectures

Manual Installation Steps

Step 1: Add the repository (without GPG verification)

flatpak remote-add --user --if-not-exists --no-gpg-verify arkide https://the-arkide-project.github.io/ArkIDE-Desktop/repo

Step 2: Install ArkIDE

flatpak install --user arkide com.arkide.desktop