Beyond All Reason Hits Recoil 2026.07 With ARM64 Linux
If you have been waiting for a free, open-source real-time strategy game that actually respects your time — and your CPU — August 2026 is a surprisingly good month. Beyond All Reason has just landed Recoil engine 2026.07, and for the first time the project ships with native ARM64 Linux support. The release lands alongside two other pieces of news that, taken together, mark the moment the BAR community stops being a Total Annihilation revival project and becomes a credible standalone game.
This article walks through what is actually new, why it matters, and how to get it running on your machine — whether you are on x86 or ARM64.
What is Beyond All Reason, again?
Beyond All Reason is a free, community-driven RTS descended from Spring RTS and Total Annihilation (1997). It runs on the Recoil engine, an open-source fork of the original TA / Spring codebase that the BAR team has been hardening for the better part of a decade. The two factions — Armada (high-tech, fast, energy-efficient) and Cortex (heavy, brute-force, expensive) — are direct descendants of the Arm / Core split that defined the genre in 1997, but with 28 years of balance iteration behind them.
The pitch has always been the same: hundreds of units, real physics (projectiles arc, plasma flies straight, lasers instant-hit), zero microtransactions, zero accounts. The blocker has always been polish and reach — a small core team, a niche Linux audience, and an engine that did not always feel modern.
The 2026.07 release starts to change that.

The three news hooks
1. Native ARM64 Linux support — finally
Until now, ARM64 Linux players had two unappealing choices: run BAR through QEMU’s user-mode emulation (works, but eats 30–40% of your CPU), or borrow an x86 machine. With Recoil 2026.07 the engine compiles natively for ARM64 and the BAR team has been dogfooding it on Asahi Linux Fedora remixes and Raspberry Pi 5 boxes for the past two release candidates.
The headline numbers, from the BAR community Discord #arm64-testing channel and the Recoil changelog:
- Asahi Fedora on Mac M-series silicon: 64-player FFA on
Deltas 2.0holds 30+ FPS at 1080p. - Raspberry Pi 5 (8 GB): 1v1 skirmish on
Small Supreme Dryplays smoothly at 720p — playable, not buttery, but playable. - AWS Graviton 4 / Ampere Altra servers: headless dedicated servers now start without the QEMU compatibility shim.
For the broader ARM64 desktop story, this is a real data point: a graphics-heavy native game, running on Asahi, on a Pi, on Graviton, without translation. If you have been looking for a reason to put an Asahi machine on your desk or a Pi in your living room, this is one.
2. Hooded Horse signs on as publisher — Steam is coming
In June 2026 the BAR team confirmed that Hooded Horse, the publisher behind Manor Lords, Norland, Farthest Frontier and several other recent strategy hits, has signed on to handle the commercial Steam launch. The deal is non-exclusive — the open-source build remains free, the BAR community retains creative control, and Hooded Horse contributes marketing, localisation, store assets, and Steam integration.
The Steam release is currently targeted for late Q4 2026, pending a stable cut of the engine. Until then, every commit still lands on the open-source build first; Hooded Horse joins the existing monthly release cadence rather than gating it.
This is the structural change. Until now, BAR has lived in the “incredible niche open-source project you have to already know about” corner of Steam search. A Hooded Horse push, combined with a published store page, is how a niche TA-revival becomes a thing that Total War players accidentally find in their recommendations.
3. July 2026 balance patch + slow transport option
Less headline-grabbing, but the July patch is the one regular players will actually feel:
- Slow transport modoption: by default, transport ships (the hovercraft that carry builders and small units) were already slow. There is now a
gadget/slow_transport_speed = 1.0knob in modoptions that lets mission makers slow them further, which matters a lot for ambushes and raid-style 1v1s. - Rearm cost tweaks: a number of high-tier units had their rearms re-priced so that spamming them late-game is no longer the dominant strategy.
- EMP carrier rework: the Armada EMP carrier used to be a hard-counter to Cortex laser walls; it now has a longer cooldown and a smaller AOE, opening the door for Cortex commander openings that were previously dead on arrival.
- Multiple commander balance fixes — small ones, but they add up to noticeably fewer “I lost because of one bad micro at minute 12” games.
This is the kind of patch that only matters if you play, but if you play it matters a lot.
The Recoil 2026.07 engine highlights
For non-coders, the changelog looks like alphabet soup, so here is the translation:

- Native ARM64 Linux build: aarch64 is a first-class target. CI now runs an ARM64 build matrix against Asahi, Raspberry Pi OS, Debian arm64 and Graviton containers.
- Background pathfinding: pathfinding requests are now offloaded to a worker thread, so even when a player requests an awkward route through a chokepoint the main thread keeps ticking. In practice: less micro-stutter on 8-player teamgames.
- GL4 renderer improvements: better shadow filtering on AMD and Asahi drivers, fewer frame-time spikes when zooming out on a busy map.
- Ghosted-building decal fix: when you start a building and cancel it, the ghost outline no longer leaves a permanent decal on the terrain. Small thing, but it has been a visual bug for years.
/cancelcommandbindable action: a long-requested feature. You can now bind a hotkey to cancel the current command, which fixes a frustrating interaction with area-attack orders.
Other Recoil-family projects that share the engine — Zero-K, Metal Factions, Tech Annihilation, Total Atomic Power and SplinterFaction — also benefit from the upgrade, although each will roll out its own branded release on its own schedule.
Installing Beyond All Reason on Linux today
You have two routes:
Recommended (open-source, current):
- Download the 2026.07 client from the official site: beyondallreason.info.
- Extract the archive anywhere —
~/games/beyond-all-reason/is fine. - Run
./Beyond All Reasonfrom the extracted directory. On first run it will pull an additional ~600 MB of assets from the BAR content server. - On ARM64: download the
*-arm64.tar.zstvariant. There is no separate Asahi binary; the same ARM64 build runs on Asahi, Pi, Graviton, and generic aarch64 Linux.
Steam (early access expected Q4 2026):
Wishlist the Steam page; the BAR team has said they will email wishlist holders when the build goes live.
Why this release is the line in the sand
I have been writing about open-source strategy games on this site since 2022, and the pattern is always the same: a niche community project gets to 80% of a “real” game, stalls, and stays 80%. Beyond All Reason has broken that pattern in two ways at once — a real ARM64 story, and a real publisher — and broken it in the same release.
The 2026.07 build is the first time I would recommend BAR to a friend who only knows Starcraft and Age of Empires and has never heard of Total Annihilation. It is not because the gameplay changed — Armada vs Cortex has felt good for years — but because the install path, the ARM64 support, and the upcoming Steam launch together remove every excuse a curious player might have had.
If you have 30 minutes and a friend to queue with, run a 1v1 on Small Supreme Dry. You will get the picture.
Sources
- Beyond All Reason 2026.07 release announcement — beyondallreason.info
- Recoil engine changelog 2026.07 — recoilengine.org/changelogs/changelog-2026-07/
- BAR × Hooded Horse publishing deal — BAR community Discord #announcements, June 16, 2026
- July 2026 balance patch notes — BAR community Discord #balance, July 23, 2026
- ARM64 testing data — BAR community Discord #arm64-testing, August 4, 2026
Comments