Skip to content

Add a hosted Bash installer for devos CLI#284

Merged
0xroylee merged 1 commit into
mainfrom
codex/create-bash-install-script
Jun 1, 2026
Merged

Add a hosted Bash installer for devos CLI#284
0xroylee merged 1 commit into
mainfrom
codex/create-bash-install-script

Conversation

@0xroylee

@0xroylee 0xroylee commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a public GET /cli endpoint in the landing app that serves a POSIX shell installer as plain text.
  • The installer detects platform and architecture, enforces a minimum Bun version, installs devos globally with Bun, and prints PATH/onboarding guidance.
  • Add focused tests for the route and installer behavior, and exclude landing tests from Next typecheck so they do not leak into app type validation.

Testing

  • bun test packages/landing/tests/install-script.test.ts
  • bun run --filter landing typecheck
  • bun run --filter landing build
  • bun run check
  • bun run typecheck
  • bun test

@0xroylee 0xroylee merged commit c2887a4 into main Jun 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant