Debark
Get Debark

Download Debark

A little closer to offline.

Choose your system. Find your build. Get the CLI or desktop app, free and open source.

v0.1.1Released September 8, 2026Release notes

Choose your operating system

Pick the machine that will run Debark.

Using macOS? Build the CLI from source. For an offline Debian or Ubuntu target, download a Linux binary.

Linux

Choose your processor

Change system

Not sure? Run uname -m on your Linux machine.

Linux · Intel / AMD · amd64

Choose how you work

Change processor
CLI

Command line

Linux · amd64 · Intel / AMD 64-bit

For your online builder or offline Debian / Ubuntu target.

SHA-256 & file details

debark_0.1.1_linux_amd64.tar.gz

e6ee5f4a4ffd270024f4b84a4c875735651acda70be6c5f54e939793bcb39879
Download SPDX SBOM

debark_0.1.1_amd64.deb

31adb2625680a2c39f103861ac73401beb4f259316c24152d25e946252782e33

debark_0.1.1_amd64.rpm

3beafaefad21626a0a9bb35adc0f6c8fbe670586a22ae57c994ff0abd3334605
Recommended GUI

Desktop app

Linux desktop · amd64 · Intel / AMD 64-bit

Ubuntu 24.04 / 26.04 or Debian 13. Install the CLI from the same release too.

SHA-256 & file details

debark-gui_0.1.1_amd64.deb

e043b56afb5f987f267e7e47951b161d68a90576f96b53691cd83a1eb8578563

debark-gui_0.1.1_linux_amd64.tar.gz

7b6aac38b089d72414636afd2fd43001d15a95a90aee9a88c8cb3b1e3bd8ba2f
Download SPDX SBOM
Installation commands for Linux

CLI quick install

Run on your online Linux machine. The installer detects its architecture.

curl -fsSL https://debark.dev/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"
debark version

Read the installer · Full installation guide

CLI + desktop app

Download and verify both .deb files, then install them together.

# Download and verify both .deb files from this release
sudo apt install ./debark_0.1.1_amd64.deb \
  ./debark-gui_0.1.1_amd64.deb
debark-gui

Desktop setup and walkthrough →

The desktop package supports Ubuntu 24.04 / 26.04 and Debian 13. The CLI also works on Ubuntu 22.04 and Debian 12. All platform requirements →

Linux · ARM64 · arm64

Get the command line

Change processor
CLI

Command line

Linux · arm64 · 64-bit ARM

Native ARM64 binary. Container builds for another architecture need emulation.

SHA-256 & file details

debark_0.1.1_linux_arm64.tar.gz

3632ae9b423bc31f7bddf44156cbb7d1e877fee4fdaa99769c522601d2566bae
Download SPDX SBOM

debark_0.1.1_arm64.deb

81980b0924b9cfe39380867dcaf66307a0ddb2383d3b1629827fc5892f2ea8d8

debark_0.1.1_arm64.rpm

1a6ce9c2fb0e4e993675dabbd8eb7678d2d61e2857d2899b5fe83a9c05f4fc61

The desktop app is not available for Linux ARM64. The CLI supports the full bundle workflow.

Installation commands for Linux ARM64

Run on your online ARM64 Linux machine. The installer detects its architecture.

curl -fsSL https://debark.dev/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"
debark version

Read the installer · Full installation guide

Windows · Intel / AMD · amd64

Choose how you work

Change system
Experimental

Desktop app

Windows desktop · amd64 · Intel / AMD 64-bit

Limited validation, no support commitment. Requires the CLI, WebView2, Linux containers, and a Linux helper.

SHA-256 & file details

debark-gui_0.1.1_windows_amd64.zip

9f87752c98dfaf941e6304df90b2982531cac391c20523a41e694c844dd0f27c
Download SPDX SBOM
Installation commands for Windows

Download and verify the CLI ZIP, then extract it in PowerShell:

# After downloading and verifying the Windows CLI archive
Expand-Archive .\debark_0.1.1_windows_amd64.zip -DestinationPath .\debark-cli
.\debark-cli\debark.exe version

Add the extracted directory to your user PATH. For the desktop app, extract the desktop ZIP and launch debark-gui.exe. The CLI must be available separately.

Desktop requirements · Linux container and helper setup

Building bundles on Windows requires Docker or Podman with Linux containers and a Linux CLI helper for the target architecture. Get the Linux helper →

Your download, checked.

Each app card includes SHA-256 hashes, signed checksums, and certificates. Verify the files before installing or transferring them.

Download verification guide

All releases · Quickstart · Known limitations

Missing a platform or feature? Requests are welcome.