Skip to content
@Aitherium

Aitherium

The Aither World

An operating system for agents. A Linux you can hand to one, the runtimes it works in, and the tools it works with.

Every brick below installs on its own, runs offline, and needs no account.

bricks publishing metrics planned

Browse the whole ecosystem — live, from each repo's own manifest.


What is here

brick what it replaces trusting install files tests
awdk Build AI agent fleets — 3 lines, any backend, local or cloud. pip install awdk 1,316 300
awskills Portable agent skills — self-contained procedures an agent loads on demand. git clone https://github.com/Aitherium/awskills 165 1
awpack First-party agent packs — the ones we build, versioned and installable on their own. git clone https://github.com/Aitherium/awpack 24 0
awm A portable, scoped agent memory. pip install awm 17 0
aitheros One file you run, and the machine has a local AI stack.
awdaemons The AitherOS daemons as one file — no Python, no signing, no install.
awdesk Aither World Desk -- the desktop body of AitherOS Online: tray, avatars, decision cards, the Living Desktop as an overlay. see the repo -- Electron app (npm install && npx electron .) 183 0
awnode A lightweight local gateway — bridges your apps to the AI backends you chose. pip install awnode 60 4
awrun A priority-aware queue and dispatcher for agentic runs and ad-hoc CI builds. It also judges whether the runner pool is big enough for the queue it is draining, and can ask a host to grow it -- reserving capacity is zero-sum, so a saturated pool needs more of it, not a different share of it. pip install awrun 22 1
awgraph A semantic code graph for agents — AST + tree-sitter, call graphs. pip install awgraph 38 12
awgit Semantic version control on top of git — edit-ops and leases. pip install awgit 84 16
awdelphi Anonymous multi-round expert panels — a converged answer with a trace. pip install awdelphi 28 7
awclassify Classify any document -- what it is, who may read it, who it is for, what it is about.
awtoll What every tool call costs you in context, measured from your own transcripts. pip install awtoll 22 1
awseal Sign an artifact so a stranger can verify it. pip install awseal 18 1
awshare Publish an artifact and fetch it back verified. pip install awshare 19 2
awdit An append-only audit trail whose gaps are DETECTABLE. pip install awdit 17 1
awbac Role-based access control that fails closed and explains itself. pip install awbac 17 1
awiam Who is this caller? A directory and session store that fails honestly. pip install awiam 17 1
awtunnel Reach a service that has no public address. pip install awtunnel 19 4
awnest Prove there is a human before you let them into the nest. pip install awnest 26 3
awrena Put two agents head to head and get a verdict you can check. pip install awrena 13 1
awnboard A front gate you can put in front of anything, and hand someone the key to. pip install awnboard 19 2
awnix A Linux you can hand to an agent — immutable base, capabilities included. see the repo — image builder 11 0
awrecover Labelled snapshots with an all-or-nothing restore. pip install awrecover 19 3
awstorage Every drive on every node, indexed, classified and diffed -- so you can see what you own before you delete it. pip install awstorage 26 4
awrelay Portable agent messaging — findings, alerts, coordination. pip install awrelay 25 3
awask Your agent asks you a question — and acts on your answer. pip install awask 33 2
awmail Give an agent an email address — send, and actually receive. pip install awmail 20 2
mediaforge The creative studio — search the boards, render scenes, keep the character.
awnet The agentic web — agents host a mesh, and agents join one. pip install awnet 18 2
awswarm Run one model too big for any single GPU across a pool of small ones.
awfind A portable search client — query, results, ranking. pip install awfind 17 2
awbrowse A portable browser client — navigate, console, network, DOM, screenshot. pip install awbrowse 19 3
awprove Drive a page as the real user, check what rendered, and get a test that goes red if it stops being true.
awvoice Hear and speak — transcribe audio, synthesize a voice. pip install awvoice 15 1
awvision See an image — describe it, ask it a question, compare two. pip install awvision 15 1
awscreen See this machine — what is on screen, and where to click it. pip install awscreen 20 4
awkit Render an agent panel from a tool result — one component, any React app.
awbeads A spatial canvas for a page — arrange things, connect them, and keep the arrangement.
awbonsai Run a real model in the visitor's own browser — no server round trip, no upload.
awknowledge How to run a coding agent so the result survives — the laws, with evidence. read it — https://aitherium.github.io/awknowledge/ 112 0
awbrain Your history as a wiki of linked markdown — claims pinned to the evidence.
gawbbonet GobboNet campaigns with a real agent brain — scoped memory, graph recall. pip install git+https://github.com/Aitherium/gawbbonet 3 0
aitherkvcache Near-optimal KV cache quantization for LLM inference — sub-byte compression. pip install aither-kvcache 67 8
awrtifact Deliberately chunk artifacts into GitHub release assets — the productized aitherkvcache mirror lane. pip install awrtifact 54 13
AitherZero PowerShell 7+ automation framework — numbered, self-describing scripts. git clone https://github.com/Aitherium/AitherZero 1,615 35
AitherConnect Browser extension — federated AI search, page context, and the Living OS overlay. load unpacked — see the repo 5 0
awreason A portable reasoning client — sessions, phases, thoughts, and the chain that produced the answer. pip install awreason 16 1
awrecurse Answer a question over a context far larger than the window — recursively, with the trace kept. pip install awrecurse 18 2
awprism Turn a failure into ranked hypotheses — and say what would confirm each one. pip install awprism 20 2
awrepl A REPL an agent can actually use — state that survives between turns. pip install awrepl 20 3
awreport File a bug report that has already scrubbed your secrets and collapsed the duplicate.
awresearch Ask a research question, get a cited report you can check. pip install awresearch 25 3
awfocus See, search and steer every Claude session from one command. pip install awfocus 23 1
awgym An ARC training gym — a game a world model can watch, and six roles that play through it. pip install awgym 66 11
awpredict Predict what your environment does next, and how surprised you were. pip install git+https://github.com/Aitherium/awpredict.git 40 9
awevolve Point an agent at a file and a command that scores it, and let it improve.
awsh Your terminal answers you -- type a question where a command would go. npm i -g @aitherium/awsh
awrise Wake an agent on a schedule, let it do one thing, and put it back to sleep. pip install awrise 12 2
awkno The man page for the Aither World — every brick, stack and law, offline. pip install awkno 151 1
awwall Say what a workload may reach, and watch everything else fail closed. pip install awwall 12 2
awrouter OpenRouter for your own fleet: pick a model backend by cost/latency/ capability, fail over, fit the context window, stream. Standalone, OpenAI-compatible, no Aither-specifics required to be valuable.
awembed Train an embedding model that knows your corpus, and prove it beats the big one. pip install awembed 24 2
awtax Turn any tax PDF -- returns, W-2, 1099, statements, even scans -- into structured data you can check. pip install awtax 17 1
awflow A deterministic workflow runtime — chain agent calls with journal replay and budget control. pip install aitherium-awflow 23 2
awsettings Your agent's permissions and config, following you to the next machine. pip install awsettings 21 2
awavatar One character spec in, a rigged, animated, multi-style avatar pack out. pip install git+https://github.com/Aitherium/awavatar 16 1

Files and tests are quoted from each repository's own published manifest, not counted here. A dash means that repo publishes no manifest yet — never zero, because a fabricated zero reads as a measurement.

Stacks — what to use together

  • The studio (partial) — awforge, awfind, awbrowse, awresearch, awm
  • The bare agent VM (partial) — awnix, awdk, awskills, awkno, awsettings
  • Senses (ready) — awfind, awbrowse, awvoice, awvision, awscreen, awdk
  • Avatar ensemble (planned) — awdk, awsh, awvoice, awvision, awsprite, awdesk
  • Provenance (partial) — awseal, awshare, awdit, awbac
  • Many agents, one repo (ready) — awgit, awgraph, awrelay, awm
  • The front door (partial) — awnboard, awnest, awiam, awbac, awdit
  • Identity, authority, and the record (partial) — awiam, awbac, awdit
  • One surface — agent panels, not hand-built UIs (partial) — awkit, awdk, awnode, awiam, awbac
  • The reasoning loop (partial) — awreason, awprism, awrepl, awrecurse
  • Research you can check (partial) — awresearch, awfind, awbrowse, awm
  • A pool across your own devices (partial) — awnet, awnode, awdk
  • Grow a companion in the browser, then take it home (planned) — awsprite, awbonsai, awdk, awsh, awnode
  • The inference commons -- pool compute, storage and caches across strangers' nodes (partial) — awnix, awnode, awnet, awcache, awswarm, awpool, aitherkvcache, awrtifact, awtunnel, awwall
  • Retrieval you trained yourself (partial) — awembed, awdata, awgraph, awfind, awm, awdk
  • Dark Matters Living World (planned) — awavatar, awdk, awsprite, awrtifact, awrun
  • The Creator Stack — Saga + Media Forge + Iris on your own machine (partial) — awsaga, mediaforge, awiris, awsprite, awdesk, awbonsai, awdk, awnode, AitherConnect, awrtifact

Named, not yet built

Listed on purpose. A named absence can be chased; a silent one is a thing nobody remembers.

awpool · awdecide · awspaces · awcache · awforge · awsprite · awasp · awdata · awmod · awlog · awresume · awsaga · awiris


This page is generated from ecosystem.yaml and the live manifests. Editing it by hand will be overwritten — change the registry instead.

Popular repositories Loading

  1. awdk awdk Public

    Build AI agent fleets. 3 lines, any backend, local or cloud. Effort-based model routing, 48 identities, knowledge graph memory, fleet orchestration.

    Python 11 1

  2. aitherkvcache aitherkvcache Public

    Near-optimal KV cache quantization for LLM inference. Sub-byte compression (2-4 bit) within 2.7x of information-theoretic optimum. arXiv:2504.19874

    Python 8 4

  3. awrepl awrepl Public

    A REPL an agent can actually use — state that survives between turns.

    Python 2

  4. AitherZero AitherZero Public

    PowerShell 7+ automation framework — 71 numbered, self-describing scripts and declarative playbooks. Cross-platform (Windows/Linux/macOS). MIT.

    PowerShell 1

  5. AitherConnect AitherConnect Public

    AitherConnect — Browser extension for AitherOS. Federated AI search, chat, knowledge management, and desktop bridge.

    JavaScript 1

  6. awskills awskills Public

    Free, MIT-licensed agent skills, scripts & automations from AitherOS — recovery routines, deploy helpers, secret-safety. Self-healing infra glue for agents.

    Python 1 1

Repositories

Showing 10 of 78 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…