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 ARM64 builds and universal installation script
- Add ARM64 builds for all platforms (Windows, Linux, macOS) in release workflow
- Create universal installation script (install.sh) with automatic platform detection
- Implement smart fallback from ARM64 to x64 when ARM64 builds unavailable
- Add checksum verification for secure downloads
- Support both user and system-wide installation modes
- Update README.md with new installation methods and ARM64 support documentation
- Maintain backward compatibility with existing x64 builds
Fixes#45
0 commit comments