2026-07-03 14:15:25 +10:00
# đ The Official Citron-CI
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
[](https://github.com/citron-neo/CI/releases/latest)
[](https://github.com/citron-neo/CI/actions/workflows/build_nightly.yml)
[](https://github.com/citron-neo/CI/actions/workflows/build_stable.yml)
2025-10-16 18:55:27 +10:00
2025-11-08 18:25:05 +10:00
## Star History
2026-03-14 15:20:36 +10:00
<a href="https://www.star-history.com/#citron -neo/CI&type=date&legend=top-left">
2026-01-27 15:28:12 -05:00
<picture>
2026-03-14 15:20:36 +10:00
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=citron-neo/CI&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=citron-neo/CI&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=citron-neo/CI&type=date&legend=top-left" />
2026-01-27 15:28:12 -05:00
</picture>
</a>
2025-11-08 18:25:05 +10:00
2026-01-21 23:52:39 -05:00
---
2026-03-27 01:53:49 -04:00
This repository makes Nightly builds for **x86_64** (Standard), **x86_64_v3** (CPU's that are from 2013+) & **aarch64** on Linux, and also Windows, Android & macOS builds! These builds are all produced @ 12 AM UTC every single day.
2026-01-21 23:47:47 -05:00
Would you like to submit a compatibility report for the emulator? You can do so here:
2026-07-03 14:15:25 +10:00
* [Submit Compatibility Report ](https://github.com/citron-neo/Citron-Compatability )
2026-01-21 23:47:47 -05:00
---
Direct links for other information you may need can also be found below:
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
* [Latest Commits Can Be Found Here ](https://github.com/citron-neo/emulator/commits/main )
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
* [Latest Android Nightly Release ](https://github.com/citron-neo/CI/releases/tag/nightly-android )
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
* [Latest Linux Nightly Release ](https://github.com/citron-neo/CI/releases/tag/nightly-linux )
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
* [Latest Windows Nightly Release ](https://github.com/citron-neo/CI/releases/tag/nightly-windows )
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
* [Latest macOS Nightly Release ](https://github.com/citron-neo/CI/releases/tag/nightly-macos )
2026-01-21 23:52:39 -05:00
---
2025-10-16 18:55:27 +10:00
# READ THIS IF YOU HAVE ISSUES
2026-07-03 14:15:25 +10:00
If you are on wayland (specially GNOME wayland) and get freezes or crashes, you are likely affected by this issue that affects all Qt6 apps: https://github.com/citron-neo/CI/issues/50
2025-10-16 18:55:27 +10:00
To fix it simply set the env variable `QT_QPA_PLATFORM=xcb`
2026-07-03 14:15:25 +10:00
**Also, are you looking for AppImages of other emulators? Check:** [AnyLinux-AppImages ](https://pkgforge-dev.github.io/Anylinux-AppImages/ )
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
----
2025-10-16 18:55:27 +10:00
AppImage made using [sharun ](https://github.com/VHSgunzo/sharun ), which makes it extremely easy to turn any binary into a portable package without using containers or similar tricks.
2026-01-21 23:52:39 -05:00
**These AppImages bundle everything and should work on any Linux distro, even on musl based ones.**
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
It is possible that the AppImages may fail to work with appimagelauncher, we recommend these alternatives instead:
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
* [AM ](https://github.com/ivan-hc/AM ) `am -i citron` or `appman -i citron`
2025-10-16 18:55:27 +10:00
2026-07-03 14:15:25 +10:00
* [dbin ](https://github.com/xplshn/dbin ) `dbin install citron.appimage`
* [soar ](https://github.com/pkgforge/soar ) `soar install citron`
These AppImages works without fuse2 as it can use fuse3 instead, it can also work without fuse at all thanks to the [uruntime ](https://github.com/VHSgunzo/uruntime )
<details>
<summary><b><i>raison d'ĂȘtre</i></b></summary>
<img src="https://github.com/user-attachments/assets/d40067a6-37d2-4784-927c-2c7f7cc6104b" alt="Inspiration Image">
</a>
</details>
**The following information above and the creation of the AppImages Citron currently creates & distributes derives from Pkgforges previous work. You can find their repository here: https://github.com/pkgforge-dev/Citron-AppImage**
2026-01-21 23:52:39 -05:00
2026-01-21 23:47:47 -05:00
---
2026-07-03 14:15:25 +10:00
Thank-you for being apart of & using Citron, we value all members of the community whom help shape the emulator into what it is today!
- The Citron Team