You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add apt repo and install script installation methods
Add platform-specific installation paths for Elide:
- Debian/Ubuntu: install via the official apt repository (GPG key +
source list), with version pinning support
- macOS / non-Debian Linux: install via the dl.elide.dev install script
- Windows: keep existing zip/tarball download from dist.elide.zip
Also fixes several pre-existing issues:
- Update download base URL to modern dist.elide.zip scheme
- Strip channel prefix from version tags in download URLs
- Account for bin/ subdirectory in release archives
- Replace unsupported `elide run -c` prewarm with `elide info`
- Add --batch --yes to gpg for non-interactive CI use
Includes unit tests for all new modules (platform detection, apt
installer, script installer, download URL construction) and expands
the CI matrix to test on ubuntu, macos, and windows.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments