Download the unified binary, manage modules, and connect game providers. One app for desktop, server, and game engine.

Download Humanity

One download that does everything: the desktop app, the game, and the server are the same program. It keeps itself up to date.

Desktop: v0.1125.0 · Web: always latest

Recent highlights: fight and loot wild creatures, buy and sell at the trading post and player market, build a multi-deck ship with corridors and curved light strips, chat with your server from inside the world, and fly out under a night sky of real stars and real constellations. Full changelog →

Detecting your device...
Download HumanityOS
Downloads from GitHub Releases · v0.1125.0
Modules

What's inside

Everything here ships with the app today (v0.1125.0). The game is playable now, in early alpha.

Core
Network
Included · ~2 MB
Chat, voice, video, streaming, DMs, groups, and P2P contact exchange. Your communication hub.
✓ Installed
Core
Dashboard
Included · ~0.5 MB
Widgets, stats, and quick access to everything. Your personal command center.
✓ Installed
Core
Maps & Navigation
Included · ~1 MB
Community maps, home locations, resource tracking, and waypoints.
✓ Installed
Core
Marketplace
Included · ~0.5 MB
Offer and request skills, goods, and time. Reputation-gated exchange.
✓ Installed
Game
Humanity: The Game
~500 MB to 2 GB
Sci-fi fantasy RPG built into the OS. First/third-person exploration, quests, crafting, and civilization building. Your actions shape the real world.
✓ Included
Future ideas

On the drawing board

Nothing in this section exists yet. These are directions we want to build, listed so you can see where this is going -- not promises with dates. Everything above this line is real today.

Game
World Builder
~200 MB
Create worlds, design quests, build structures. Publish to the community for others to explore. Modding toolkit included.
Integration
Steam
Steam Library
~5 MB
Browse and launch your Steam games from within HumanityOS. Syncs library, playtime, and achievements.
Integration
Epic Games
Epic Games
~5 MB
Access your Epic Games library. Launch games, track playtime, see friends.
Integration
PlayStation
PlayStation Link
~5 MB
Connect your PSN account to see friends, trophies, and remote play status.
Integration
Xbox
Xbox / Game Pass
~5 MB
Xbox and Game Pass library integration. Launch games, see friends and achievements.
Integration
GOG
GOG Galaxy
~5 MB
DRM-free game library from GOG. Browse, launch, and track your collection.
Integration
Community Modules
Varies
Browse and install modules created by the community. Tools, games, integrations, all open source and verifiable.
All Platforms

Choose your platform

Download directly from GitHub, always free, always verifiable.

Windows
x64 · HumanityOS-windows-x64.exe
Windows 10 or newer. Download, double-click, done. If Windows shows a blue warning, that is normal (see below).
Download
macOS (Apple Silicon)
ARM64 · HumanityOS-macos-arm64.zip
macOS 12 or newer, Apple Silicon (M1 and later). Double-click the download to unpack it, then open HumanityOS.
Download
macOS (Intel)
x64 · HumanityOS-macos-x64.zip
macOS 12 or newer, Intel Macs. Double-click the download to unpack it, then open HumanityOS.
Download
Linux
x64 · HumanityOS-linux-x64.zip
Works on any distribution. Right-click the zip, Extract Here, then run the HumanityOS file inside.
Download
Android
PWA · any browser
Install as PWA from Chrome. Native APK planned.
PWA Available
iOS / iPadOS
PWA · Safari
Install as PWA from Safari → Share → Add to Home Screen.
PWA Available
Web
Any modern browser
No download needed. Full access to all core features.
Open Humanity

Windows SmartScreen Warning

Windows may show "Windows protected your PC", this is normal for open-source software without a paid code signing certificate ($300+/year).

Install as PWA (No App Store)

Works like a native app, homescreen icon, no browser chrome, push notifications.

Why direct downloads?

App stores charge fees, impose restrictions, and can remove apps. We distribute from GitHub so:

Auto-update

HumanityOS checks for newer versions on launch. If a newer exe exists, the old one delegates to it automatically. You never need to re-download manually.

Host your own node

The app you just downloaded is the server. Run it headless to host chat, the market, or the game for others, with no separate install:

HumanityOS --headless

That starts the WebSocket relay and REST API. Set PORT and DATABASE_PATH to place them where you want. It is featherweight: measured on our live server, the relay uses about 20 MB of memory and a half-percent of one CPU core. A donated laptop or a $4/mo VPS runs it comfortably (floor: 1 GB RAM, 1 core, 20 GB disk).

Choose what your node hosts. A server owner decides which features they offer (chat only, the market only, the game, or all of it), and whether to let others use their relay as a backup. Switches live in data/server-config.json; a disabled feature is genuinely refused, not just hidden.

Reachable from the internet needs a domain and an open port (a home router usually needs port-forwarding or a tunnel). A LAN-only node (a household, a classroom, a community center) needs none of that and works today. Full walkthrough: the self-hosting guide.

Which build for weak hardware?

It is all one program, but it ships two ways so a small server is never forced to carry what it will not use:

Either way, running the server costs about 20 MB of memory and half a percent of one core. Building from source is the only heavy part (it needs a couple of GB of memory and a few minutes), which is exactly why the headless server is offered prebuilt: a 1 GB box can run a node even though it could never compile one. Our setup script fetches the prebuilt binary automatically.

Build from source

Everything is public domain (CC0). Clone, build, verify:

git clone https://github.com/Shaostoul/Humanity.git
cd Humanity
cargo build --release --features native

For a headless server build (no GPU dependencies):

cargo build --release --features relay --no-default-features

Humanity is public domain (CC0 1.0). No permission needed. This belongs to everyone.

View on GitHub →