Skip to content

Releases: timoinglin/omnius-agent

Omnius - rolling

Choose a tag to compare

@timoinglin timoinglin released this 15 Aug 15:49

Rolling build of ad3189b - 2026-08-20. Always the latest green main; history is the commit log.

Install

irm https://raw.githubusercontent.com/timoinglin/omnius-agent/main/get.ps1 | iex

Upgrading an existing install: say !update in Discord (preview, then !update go) - or git pull + !reload at the desk. New config keys arrive commented in config\*.example.ini - copy what you need.

v0.1.1

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@timoinglin timoinglin released this 15 Aug 09:29

A fleet of Claude agents you run from Discord — or straight from the terminal. Your call, same conversation.

First public release, and the survivor of a day of clean-machine testing: Windows Sandbox, stock Windows 10 VMs, and a winget-less account each broke it in their own way before this build.

Installer

  • Works with or without winget: Git, Python, Node and ffmpeg each have a direct route from their official source, with live download progress and elapsed-time counters instead of silence
  • Python trimmed to what the fleet actually uses — the same install that took 18 minutes in a sandbox now takes ~20 seconds
  • Detects and repairs the usual clean-Windows gaps: the MSVC runtime that C++ wheels need (offered automatically on the exact error), per-machine hook paths, and the Discord Message Content Intent, verified with a real gateway handshake instead of a checklist
  • A failing step prints why — no more failures whose reason was discarded
  • The Claude CLI installs last, and signing in is offered, never forced
  • Refuses SYSTEM shells (no user profile = a fleet nobody owns) and warns when the workspace lives in Downloads or a synced folder

Runtime

  • Desk windows open correctly on machines without Windows Terminal
  • An unticked intent self-heals: the gateway re-checks every 10 minutes once the box is ticked — no restart needed

Hygiene

  • No machine identity ships: hooks are generated per-install into a gitignored file, and the release refuses to build if anything identifying is inside

Install

irm https://raw.githubusercontent.com/timoinglin/omnius-agent/main/get.ps1 | iex

Windows 10/11 · your existing Claude subscription · a Discord server of your own (guided setup included). See GETTING-STARTED.md.