Skip to content

Fortress linux/arm64 — Chromium 151.0.7908.0 (stealth)

Choose a tag to compare

Native linux/arm64 (aarch64) build of the max-stealth Fortress Chromium 151.0.7908.0 — the target that upstream lists as "in progress". Runs on ARM64 Linux (AWS Graviton, or a Linux arm64 VM under Lima/QEMU on Apple Silicon).

All 34 C++ stealth patches are applied unchanged — they're architecture-neutral. Built from source with the toolchain compiled natively for arm64 (see PR: tiliondev#28).

Download

tilion-fortress-linux-arm64.tar.gz

sha256  af83b768887161b22b1e06d0c0ba30b77ef10aec83ba68d59cbd333187f9cf78

Run

tar xzf tilion-fortress-linux-arm64.tar.gz
cd tilion-fortress
./tilion https://example.com                       # browser, default Windows persona
./tilion --headless=new --remote-debugging-port=9222 --user-data-dir=/tmp/p   # automation (CDP)

Point any Playwright/Puppeteer/driver executablePath at ./tilion — it forwards all flags and applies the persona + bundled fonts automatically.

Runtime deps (fresh Ubuntu/Lima guest)

This build links against host system libraries, so install the usual Chromium runtime deps once:

sudo apt-get update && sudo apt-get install -y \
  libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libgbm1 libasound2t64 \
  libpango-1.0-0 libcairo2 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 \
  libxkbcommon0 libgtk-3-0 libxshmfence1 libx11-xcb1

Notes

  • Reproducible: three independent builds produced this binary bit-for-bit identically.
  • Verified: runs, loads google.com, and projects the Windows persona (navigator.platform === "Win32", Windows UA, spoofed core count) on an aarch64 host.
  • Build it yourself: git clone -b arm64 https://github.com/MT-GoCode/fortress && ./fortress/build/build-arm64.sh
  • Community/unofficial fork build.