Download
Binaries
Linux: Bino is available on Flathub.
Mac OS X: binaries for 2.x are not yet available, but there is a formula for HomeBrew in this comment.
For old versions, see the Bino Mac OS X binaries page by Frédéric Devernay.
Windows: binaries are available at this Github fork by ThreeDeeJay.
Source Code
Releases
bino-2.3.tar.gz (signature) 2024-10-06
bino-2.2.tar.gz (signature) 2024-06-02
bino-2.1.tar.gz (signature) 2023-02-01
bino-2.0.tar.gz (signature) 2022-11-08
bino-1.6.8.tar.xz (signature) 2021-11-04
Repository
The source code is hosted on git.marlam.de.
See the web frontend for Bino.
A mirror of the main git repository is available at github.com/marlam/bino.
You need the following Qt6 modules to build Bino: OpenGLWidgets, Multimedia, LinguistTools.
On Debian/Ubuntu, you can get these by installing qt6-base-dev qt6-multimedia-dev qt6-tools-dev
.
To build the manual and man page, you additionally need pandoc (optional; package pandoc
).
For Virtual Reality support, you additionally need QVR (optional; no package available yet).
Build Bino as follows:
$ git clone https://git.marlam.de/git/bino.git
$ cd bino
$ mkdir build
$ cd build
$ cmake ..
Optional: adjust build options e.g. with ccmake
$ make
$ make install