-
Notifications
You must be signed in to change notification settings - Fork 0
Updates
Ray5 Pilot can check for updates from the Settings Support card.
Open:
Settings > Support / Update
You may see:
- Current version
- Update available status
- Update Ray5 Pilot button
- Download Latest Source link
- Update status message
In-app updates are intentionally limited to published GitHub Release assets. Ray5 Pilot checks release metadata and requires a trusted release ZIP and SHA-256 verification.
Branch archives such as main.zip are not installed by the in-app updater.
- Back up your Ray5 Pilot folder or at least
config.json. - Use the in-app update only when it shows a valid release update.
- Let Ray5 Pilot close and restart through the updater.
- Reopen Settings and verify the version.
- Check Dashboard status before running jobs.
On Linux/macOS, start Ray5 Pilot after an update with:
./start-ray5-pilot.shIf the shell script is not executable after extracting a release ZIP, run:
chmod +x start-ray5-pilot.shThe source download link is useful for manual inspection or development. It is not the same as an approved in-app release install.
For manual installs, use the release ZIP when available. The release ZIP is built to include the files needed for Windows and Linux/macOS startup, including platform_utils.py and start-ray5-pilot.sh.
| Problem | Meaning | Fix |
|---|---|---|
| No update shown | You may already be current | Check release page manually if unsure |
| GitHub rate limit/403 | GitHub blocked or limited the check | Try later or check manually |
| Update button missing | No valid release asset/checksum found | Use manual release download |
| Update failed checksum | Download is not trusted | Do not install; download again or report issue |
| App did not restart | Start Ray5 Pilot manually and check update status |