Download
Service Release (macOS, Linux only) 8.1.1
Platform | Type | Download Link | Checksum (sha256) |
---|---|---|---|
macOS Silicon | Disk Image | maitreya8-8.1.1.dmg | 0aa000448b183f0a6d86d5a52b87922ed9b66997a5fa3199e3d6cb29d7c7d259 |
Debian Stable Bookworm/amd64 | Debian package | maitreya8_8.1.1_debian_bookworm_amd64.deb | 1e8f90c8c58e2a2a26f717335c29af8680f918eba04de12b2f0c08b2e9b8245b |
Ubuntu 24 LTS, Mint 22 etc./amd64 | Debian package | maitreya8_8.1.1_ubuntu24_amd64.deb | 26e5cae598f434a71a7af3d8dd59aec1dc311b56d6e2925ac059c8f053add8d3 |
All | Source Code | maitreya8-8.1.1.tar.bz2 | f219d8fcb322693d3d7344d892012c6ff0cffb3651a40b464b35dec54240f0da |
Stable Release 8.1
Platform | Type | Download Link | Checksum (sha256) |
---|---|---|---|
Windows 64bit/amd64 | Installer | Maitreya-winsetup-8.1.exe | 431c684561814a7d46a1dc4d277edaf525e078acb060cab929bfd83599e41155 |
macOS Silicon | Disk Image | maitreya8-8.1.dmg | 5cde00bdafd3dbaa7776648f33e887f47061c376ae82971bdbdcedc8c4442f7c |
Ubuntu 20.04 LTS, Mint 20 etc./amd64 | Debian package | maitreya8_8.1_amd64.deb | b503e65f512f8f593801786a94b30e79d78c28fe431e5102722eae5b3a5a6bc9 |
All | Source Code - tar.bz2 | maitreya8-8.1.tar.bz2 | d9e2edb40857777e5ef01c906066085f8ccd582950c1d70cc8a1cddc83358f21 |
All | Source Code - tar.gz | maitreya8-8.1.tar.gz | d11274a198236e5739ddcc79ea64f9720e61e7c7e52c09ed563f4dab6bb9e253 |
All | Source Code - zip | maitreya8-8.1.zip | 43f6ee22f411c828ad87f2b68699d20ae296b204bb09f8a44bec08560da1f52f |
Git Repositories
There are separate repositories for each major release.
Version | Description | Link |
---|---|---|
8 | Current Release | Release 8 |
7 | Old Stable Release | Release 7 |
6 | Legacy Release. | Release 6 |
Remarks
- Read the Character Sets page if the fonts are not okay (e.g. Latin letters in chart wheel) .
Checksums
It is recommended to verify the checksum of the downloaded binary (integrity check). Instruction: open a shell (macos, Linux, BSD) or command prompt cmd (Windows). Change to the download directory.
Under macOS, Linux, BSD
sha256sum <filename>
Under Windows
certutil -hashfile <filename> SHA256
Installation on Windows
- Download the Windows Installer (see above).
- Start the installer from the download dialog or open the download directory in Windows Explorer and double click the installer.
- Follow the instructions.
Installation of Debian/Ubuntu Packages
Open a console window, change to the download directory and enter the following commands.
sudo dpkg -i <package>.deb
sudo apt-get -f install
Installation on macOS
- Open the disk image (*.dmg) in the Finder.
- Click the True Type font "Saravali.ttf" with Ctrl+Mouse, open the Font Manager and type "Install".
- Click the program "Maitreya8.app" with Ctrl+Mouse and choose "Open".
Source Code Compilation
The compilation of the sources can be done straight forward with configure and make.
The program depends upon wxWidgets 2.8 or 3.0 (headers and libraries), the corresponding packages must be installed. The fontconfig package is required, too.
The following commands can be pasted to the console on Ubuntu 20 and related (Mint etc.):
sudo apt-get install automake bison libwxbase3.0-0v5 libwxbase3.0-dev libwxgtk3.0-gtk3-0 libwxgtk3.0-gtk3-dev wx3.0-headers wx3.0-i18n libfontconfig1-dev
./autogen.sh
./configure && make
Arch Linux can build from AUR.
The Installation page contains more information about compilation.
Git Access for Developers
Read the Git Repository page.