agent-orchestrator/frontend
Harshit Singh Bhandari 330c03816f
docs: make GitHub Releases the primary install path (#2495)
* docs: make GitHub Releases the primary install path

The @aoagents/ao npm package is frozen and no longer updated. Lead the
README and installation guide with the desktop build download; keep npm
as a still-works-but-not-recommended fallback. Also fix the from-source
clone URL (ComposioHQ -> AgentWrapper).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* docs: fix release asset links and desktop-vs-CLI install flow

Address review on #2495:
- Link real stable release assets (darwin zip, win32 exe, linux AppImage)
  via releases/latest/download, matching what `ao start` fetches. No .dmg
  asset exists yet.
- Desktop build installs no CLI, so the primary flow is 'open the app'
  (the app owns the daemon), not 'run ao start'. ao start stays documented
  as the legacy npm-side bridge that fetches and opens the app.
- Make installation.mdx internally consistent: reframe the intro callout,
  gate 'ao --version' behind the CLI path, and give the start step a
  desktop-app branch.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* style: apply prettier to install docs

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 15:57:19 +05:30
..
assets feat(icon): apply runtime app icon on macOS (#2296) 2026-06-30 15:27:50 +05:30
docs release: desktop-release runbook + fix the Prettier CI treadmill (#2394) 2026-07-06 22:19:34 +05:30
e2e test(e2e): guard sidebar brand vs macOS titlebar cluster (#366) (#374) 2026-06-22 13:14:01 +05:30
makers fix(installer): point Windows NSIS shortcut at the real binary (#2414) (#2467) 2026-07-08 13:14:36 +05:30
scripts feat(release): add important flag to nightly feed manifests (#2378) 2026-07-03 22:23:03 +05:30
src docs: make GitHub Releases the primary install path (#2495) 2026-07-09 15:57:19 +05:30
.gitignore fix(update): bundle app-update.yml so electron-updater can install (forge omits it) (#2244) 2026-06-28 23:36:06 +05:30
.npmrc feat(renderer): clone agent-orchestrator shell and inspector 2026-06-11 16:45:00 +05:30
components.json feat(renderer): clone agent-orchestrator shell and inspector 2026-06-11 16:45:00 +05:30
forge.config.ts fix(installer): point Windows NSIS shortcut at the real binary (#2414) (#2467) 2026-07-08 13:14:36 +05:30
index.html feat(frontend): scaffold for frontend with complimentary backend changes (#168) 2026-06-10 11:40:17 +05:30
package-lock.json Polish Agent Orchestrator landing page (#2260) 2026-07-09 07:14:04 +05:30
package.json Polish Agent Orchestrator landing page (#2260) 2026-07-09 07:14:04 +05:30
playwright.config.ts feat(frontend): scaffold for frontend with complimentary backend changes (#168) 2026-06-10 11:40:17 +05:30
pnpm-lock.yaml Polish Agent Orchestrator landing page (#2260) 2026-07-09 07:14:04 +05:30
pnpm-workspace.yaml Polish Agent Orchestrator landing page (#2260) 2026-07-09 07:14:04 +05:30
tsconfig.json fix(desktop): package Windows via NSIS instead of Squirrel (#403) 2026-06-23 20:44:30 +05:30
vite.main.config.ts feat(frontend): scaffold for frontend with complimentary backend changes (#168) 2026-06-10 11:40:17 +05:30
vite.preload.config.ts feat(frontend): scaffold for frontend with complimentary backend changes (#168) 2026-06-10 11:40:17 +05:30
vite.renderer.config.ts feat(frontend): add live browser panel (#375) 2026-06-22 04:14:18 +05:30
vitest.config.ts fix(spawn): stop sending branch on spawn, render API errors, wire worker name (#171) 2026-06-11 12:13:30 +05:30