A professional, automatically-updated dashboard for the latest Rhino 3D build downloads and version history.
🌐 Live Site: rhinoversions.github.io
This repository uses GitHub Actions to automatically aggregate data from NuGet RhinoCommon packages daily. It validates download URLs and updates the static frontend hosted on GitHub Pages.
- Daily Updates: Build data reflects the latest NuGet releases.
- Direct Downloads: Immediate access to Windows and Mac installer builds.
- Version History: Comprehensive searchable history for Rhino 6, 7, 8, and 9 (Early preview).
- Clean UI: Minimalist, list-based dashboard inspired by official Rhino tooling.
- Responsive: Full mobile and touch-target support.
# Clone
git clone https://github.com/rhinoversions/rhinoversions.github.io.git
cd rhinoversions.github.io
# Run
python3 -m http.server 8000.github/workflows/: Automation logic for NuGet tracking.scripts/: Backend scripts (fetching versions, verification).data/: Auto-generated markdown data files.assets/: Frontend resources (CSS, JS, Images).index.html: Main entry point.
MIT License.