Skip to content

Olympus v1.0.2

Choose a tag to compare

@AIEngineerX AIEngineerX released this 08 Jun 02:05
· 1 commit to main since this release

Public launch polish for Olympus, the read-only HermesOS Agent Monitor.

What changed:

  • Added a live dashboard screenshot to the README.
  • Rewrote install as a clear clone, npm install, run dev, open dashboard flow.
  • Added discovery topics for agent monitor, Hermes Agent, AI agents, plugin, and operations.

Install locally:

git clone https://github.com/AIEngineerX/Olympus.git
cd Olympus
npm ci
npm run dev

Then open:

http://127.0.0.1:9119/olympus

Verification run before release:

  • npm run verify
  • npm run test:visual
  • npm run test:live
  • npm run test:performance
  • npm run test:security
  • npm run test:desktop
  • npm audit --audit-level=moderate

Known caveat:

  • Hermes Desktop currently has native routes but no dashboard plugin-tab route signal yet, so Olympus is verified through the Hermes web dashboard until Desktop plugin-tab parity lands.