Download

Stable Release (Version 8.0.1b)

Platform Type Download Link
Windows Installer Maitreya-winsetup-8.0.1b.exe
Mac OS X Disk Image maitreya8-mac-8.0.1b.dmg
Linux Ubuntu 22.04 LTS (Jammy Jellyfish), Mint 21 (Vanessa, Vera) Debian package/amd64 maitreya8_8.0.1b_amd64.deb
All Source code maitreya8-8.0.1b.tar.bz2
All Source code maitreya8-8.0.1b.tar.gz
All Source code maitreya8-8.0.1b.zip

Github Repositories

There are separate repositories for each major release.

Version Description Link
8 Current Release Github Release 8
7 Old Stable Release Github Release 7
6 Legacy Release. Still included in some older operating systems Github Release 6

Remarks

  1. Read the Character Sets resp. Symbol Font page if the fonts are not okay (e.g. Latin letters in chart wheel) .

Installation on Windows Systems

Installation can be done as follows

  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 on Ubuntu and other Debian Based Systems

Maitreya is available in standard Debian repositories and can be installed directly with aptitude etc. Please note that the symbol font is contained in the extra package fonts-maitreya. You need the font in order to display the sign and planet symbols.

Nevertheless the version in official repositories may be out of date.

If you want to use the version provided on this website, you can proceed as follows: download the Debian package (*.deb). Open the download directory in a file manager (e.g. Nautilus) and double click the downloaded package. Click the install button.

The startup icon can be found in the application menu (Accessories).

Alternatively, open a console window, change to the download directory and enter the following commands.

sudo dpkg -i maitreya_xyz.deb
sudo apt-get -f install

Installation on MacOS X

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 command 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
Call of autogen.sh is required.

The Installation page contains more information about compilation.

Git Access for Developers

Read the Git page.