Skip to content

Latest commit

 

History

History
88 lines (69 loc) · 2.14 KB

Install.md

File metadata and controls

88 lines (69 loc) · 2.14 KB

Installation Guide

The latest stable version is Mogan STEM Suite v1.2.9.7, you can check if there are new releases in the Help -> Welcome menu entry.

Download Mogan

<style> .button-container { display: flex; justify-content: center; gap: 20px; } </style>

SHA256 checksum:

Mogan STEM Suite:

  • Mogan Research (installers on Windows/macOS/Ubuntu/Debian)
  • Mogan Code (no installer, still in development)
  • Mogan Beamer (no installer, still in development)

Note: Mogan requires Windows 10 or later and macOS 13 or later to run.

Other sites to download:

Here are installation steps for various system:

Debian 12

Download the official deb and then:

sudo apt install ./mogan-research-v1.2.9.7-debian12.deb

Ubuntu 22.04/Ubuntu 24.04

Download the official deb and then

# For ubuntu 22.04
sudo apt install ./mogan-research-v1.2.9.7-ubuntu22.04.deb

# For ubuntu 24.04
sudo apt install ./mogan-research-v1.2.9.7-ubuntu24.04.deb

GNU Guix

guix install mogan

More info:https://packages.guix.gnu.org/packages/mogan/

Note: CJK characters in the menu might be displayed improperly, please learn how to configure a Guix OS.

Windows

winget install -e --id XmacsLabs.Mogan

More info on winget: https://learn.microsoft.com/en-us/windows/package-manager/winget/

Arch Linux (AUR)

yay -S mogan

More info:https://aur.archlinux.org/packages/mogan

openSUSE (OBS)

Use the default package management tool zypper:

zypper addrepo https://download.opensuse.org/repositories/home:iphelf/openSUSE_Tumbleweed/home:iphelf.repo
zypper refresh
zypper install Mogan

Or, use the OBS package installer opi:

opi Mogan

More info:https://software.opensuse.org/download/package?package=Mogan&project=home%3Aiphelf