Installer for Rhino 3D on Wine.
Caution
wine-rhino3d currently does not work. This post describes the current status, and the steps to get it working with CrossOver. As Wine bugs are fixed, or new workarounds are found, this project will be updated again.
Note
This project is not affiliated with or officially supported by McNeel.
Warning
Rhino is only officially supported on Windows and macOS. This projects aims to help installing and running Rhino on Linux with Wine on a best effort basis, and without any support from McNeel..
Version | Installs | Runs |
---|---|---|
6 | Yes | Yes |
7 | Yes | Yes |
8 | Yes | No |
wip | Yes | No |
You will need to have Wine installed on your system. You can find instructions on how to install Wine on the WineHQ website..
# With git:
git clone https://github.com/smola/wine-rhino3d.git
cd wine-rhino3d
# Or download the ZIP archive:
wget https://github.com/smola/wine-rhino3d/archive/refs/heads/main.zip
unzip wine-rhino3d-main.zip
mv wine-rhino3d-main wine-rhino3d
cd wine-rhino3d
# You can pick the version you want to install with --version
./install-rhino --version 7
./run-rhino --version 7
If you find any problem when using this project, feel free to open an issue.
The scripts and documentation in this project are released under the MIT License.