Download

Download Glitch AI Engine

Official VritraSec builds - .deb package for daily use or direct binary for a quick test on amd64 and arm64.

> uname -m

4 files · 2 architectures · install guide included

Get files Install guide
cdn.vritrasec.com/glitch/v0.8.5 4 files
alex@dev ~/downloads
$ ls -lh releases/v0.8.5/
-rw-r--r-- glitch_0.8.5_amd64.deb amd64
-rwxr-xr-x glitch-v0.8.5-linux-amd64 binary
-rw-r--r-- glitch_0.8.5_arm64.deb arm64
-rwxr-xr-x glitch-v0.8.5-linux-arm64 binary
# uname -m → x86_64 = amd64 · aarch64 = arm64
VritraSec Linux only
  • amd64 & arm64
  • .deb package
  • Direct binary
Release

v0.8.5-stable - Linux builds

Official VritraSec packages from cdn.vritrasec.com. Run uname -m - x86_64 → amd64, aarch64 → arm64.

Build registry

  • Version: v0.8.5-stable
  • Platform: Linux amd64 / arm64
  • App ID: com.vritrasec.glitch
  • Formats: .deb package or direct binary
AMD64

x86_64 architecture

Package

glitch_0.8.5_amd64.deb

Debian package - app menu + glitch CLI. Recommended for daily use.

Download .deb
Binary

glitch-v0.8.5-linux-amd64

Standalone binary - chmod +x and run without installing.

Download binary
ARM64

AArch64 architecture

Package

glitch_0.8.5_arm64.deb

Debian package - app menu + glitch CLI. Recommended for daily use.

Download .deb
Binary

glitch-v0.8.5-linux-arm64

Standalone binary - chmod +x and run without installing.

Download binary
Compare

.deb vs binary

.deb packageDirect binary
Installsudo dpkg -i <file>.debchmod +x then run
App launcherYesNo
CLI commandglitchRun from file path
Requires sudoYesNo
Best forDaily useQuick evaluation
New to Glitch? Follow Installation - covers install, verify (glitch -v), and uninstall. In-app updates from Settings → Updates.