Download
We provide pre-built packages for Windows, macOS, and some Linux distributions. You can also download the source code and build it yourself, or look for a package in your distribution's repositories.
If you're looking for PGP signatures, SHA256 sums, or older releases, visit the releases page on GitHub.
If you find any mistakes, please contact us.
Windows
Stable
If in doubt, try the 64-bit installer first.
Linux
Arch Linux
There are unofficial taisei and taisei-git PKGBUILDs available on AUR.
Open Build Service
We also provide packages for some distributions at Open Build Service.Stable
-
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/lachs0r:/taisei:/stable/Fedora_36/home:lachs0r:taisei:stable.repo
dnf install taisei -
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/lachs0r:/taisei:/stable/Fedora_37/home:lachs0r:taisei:stable.repo
dnf install taisei -
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/lachs0r:/taisei:/stable/Fedora_Rawhide/home:lachs0r:taisei:stable.repo
dnf install taisei
Development Snapshots
-
zypper ar -fr https://download.opensuse.org/repositories/home:/lachs0r:/taisei/openSUSE_Tumbleweed/home:lachs0r:taisei.repo
zypper in taisei -
zypper ar -fr https://download.opensuse.org/repositories/home:/lachs0r:/taisei/openSUSE_Factory_ARM/home:lachs0r:taisei.repo
zypper in taisei -
zypper ar -fr https://download.opensuse.org/repositories/home:/lachs0r:/taisei/openSUSE_Factory_PowerPC/home:lachs0r:taisei.repo
zypper in taisei -
zypper ar -fr https://download.opensuse.org/repositories/home:/lachs0r:/taisei/openSUSE_Factory_RISCV/home:lachs0r:taisei.repo
zypper in taisei
Flatpack
An unofficial package is available on Flathub.
Static build
This is a relocatable, (mostly) statically-linked build that should work on most glibc-based Linux distributions without installation. If possible, we recommend using your distribution's package or our OBS repos instead of this.
macOS
Switch Homebrew
This is a semi-official port for the Switch console. You can also get it on the Homebrew Appstore.
Use at your own risk. Contact @p-sam for support.
Source Code
Building Taisei is easy (unless you are on Windows).
Download the source code and follow the instructions in README.md
.
Feel free to contact us if you have problems.
Although Taisei supports only Linux, macOS, and Windows officially, it's also known to work on BSD systems and Haiku. Generally, it should build and run on any POSIX-compliant OS, given that all the dependencies also work there.