Download

Stable Release 8.2

Platform Type Download Link Checksum (sha256)
Windows 64bit/amd64 Installer Maitreya-winsetup-8.2.exe 8883eb0afcf42dc2eab41ba7bed677c9edc6c7dd7efaee9493e9ece1ff426496
macOS Silicon Disk Image maitreya8-8.2.dmg cfe71059512687d97d86858bedd5fb98f74b66a1d31e5efaa96a26764401e6c2
Debian Stable 13 (Trixie)/amd64 Debian package maitreya8_8.2_debian13_amd64.deb 92965b45d6d81a77e247227b7b3c439d3da37f21899465263cec7436edccfc8e
Ubuntu 24 LTS, Mint 22 etc./amd64 Debian package maitreya8_8.2_ubuntu24a_amd64.deb 58c95c52cbdb6812379e07de7d22d2dd88079c72e21a2be51a7d88a3b9149352
All Source Code - tar.bz2 maitreya8-8.2.tar.bz2 d0a4529a4d0b2361a08c6684fd85addcfa5e8c627006170a2a4dded8a9dc0a18
All Source Code - tar.gz maitreya8-8.2.tar.gz 61b239b36c4ed401e4b08919f7d75f2a273e2b0423c164e0871042c40e95cd02
All Source Code - zip maitreya8-8.2.zip 166387afbec258acfb1501a847514f96746ac7f459b1686005439a5077e81ec3

Old 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

  1. 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

  1. Download the Windows Installer (see above).
  2. Start the installer from the download dialog or open the download directory in Windows Explorer and double click the installer.
  3. 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.