⟨ back to os.quantarmy.com

ArmoryOS docs

Everything there is to know about the project — what it is, how it is built and how it is maintained. Private beta: informational only, no downloads or repositories are published at this stage.

INDEX
01 — overview 02 — philosophy 03 — the spec 04 — the playbook 05 — maintenance & updates 06 — faq

01 — overview

ArmoryOS is an opinionated desktop environment layer for Arch Linux, built around the Hyprland Wayland compositor. It is not a distribution: it is a curated configuration system — packages, dotfiles, theming and operational tooling — that turns a clean Arch install into a coherent trading-terminal workstation in a single automated run.

The project is developed and maintained by QUANTARMY. It started as a fork of a community dotfiles set and was rewritten around one idea: one aesthetic, zero noise, everything maintained on purpose.

02 — philosophy

03 — the spec

LAYERWHAT YOU GET
BaseArch Linux, linux-zen kernel, btrfs root
CompositorHyprland ≥ 0.56 (Wayland), Lua-IPC native configuration, hypridle / hyprlock / hyprsunset stack
Barwaybar (git track) with data-feed modules and click/scroll actions
Shellzsh + powerlevel10k dashboard prompt, autosuggestions, syntax highlighting, kitty terminal
Themingsingle palette across bar, prompt, fetch, swaync, rofi, lock screen and Qt applications
Wallpaperawww daemon with self-healing watchdog, curated palette locking
Hardwareultrawide-ready display stack, AirPods battery + ANC control via librepods

04 — the playbook

A clean Arch install becomes ArmoryOS through a four-stage automated playbook. It is idempotent — safe to re-run after every update:

STAGEWHAT IT DOES
00 · checkEnvironment and sanity gates: OS, privileges, connectivity.
01 · packagesOfficial repos + AUR, including the git-track bar required by current Hyprland.
02 · deployConfiguration rollout with a timestamped backup of everything it touches; machine-specific display data is preserved.
03 · postTheming, default wallpaper, final wiring and a readiness summary. Relog, and the desktop is coherent.
private beta — the playbook itself is not published yet. This page documents the model, not the procedure.

05 — maintenance & updates

06 — faq

Is ArmoryOS a Linux distribution?

No. It is a configuration and theming layer plus an automated provisioning playbook, applied on top of a standard Arch Linux install.

Can I download or install it?

Not at this stage. ArmoryOS is in private beta: this site and these docs are informational only. When the feed opens, it will be announced here.

Is it open source?

Yes — os.quantarmy.com is open source, built on open source. ArmoryOS applies layers of curation, personalization and system control over the projects it stands on, and honors their licenses.

Why Hyprland ≥ 0.56 specifically?

Hyprland moved its IPC and dispatch layer to Lua. ArmoryOS migrated its entire config surface — keybinds, scripts, bar modules — to the new model, and tracks the compositor the day it releases.