v4.1.0Home

Channels & auto-update

Where Foxora Shell ships from, what's signed, and how auto-update works.

Channels by platform

ChannelPlatformPriority
HomebrewmacOSDay 1
get.foxoraos.com shell installerLinux universalDay 1
ScoopWindowsDay 1
wingetWindowsDay 1
Nix / NixpkgsNixOS, Foxora OSDay 1 (own flake)
.deb / .rpmDebian/Ubuntu, FedoraWeek 2
AURArch (community)Week 2
FlatpakUniversal LinuxWeek 4
ChocolateyWindowsMonth 2

Signing

  • macOS — Apple-notarised .app + signed binary.
  • Windows — Authenticode-signed installer + binary.
  • Linux — Ed25519 signatures alongside every release artifact.

All artefacts are published through GitHub Releases and mirrored to get.foxoraos.com.

Auto-update

bash
fur update          # update Foxora Shell + embedded fur in one shot
fur update --check  # just check for a newer release

The shell checks updates.foxoraos.com at most once a day. When a newer version is available the top bar shows a subtle pip on the fur badge. Updates are never applied without explicit consent — no surprise restarts.

Locked-down environments

Set FOXORA_SHELL_AUTO_CHECK=false to disable the daily ping in air-gapped or compliance-sensitive deployments.