- About
- Stats
- Requirements
- Examples (soon)
- FAQs (soon)
- Building (soon)
- Support
- Credits
- License
- Snapcraft (TL;DR : never ™️)
- Portable AppImage (RECOMMENDED)
- Red Hat Enterprise Linux (RHEL) based distributions (soon, use this for now)
- Debian and Ubuntu based distributions (soon, use this for now)
- Arch Linux based distributions
- Gentoo Linux
PreMiD is a simple, configurable utility that uses Discord's RP ( Rich Presence ) library which allows you to show what you're doing on the web ( and a few programs ) in your Discord profile as playing status.
| Deployment | Total downloads | Latest release |
|---|---|---|
Technically every distribution that can run Discord's official app ( not the web or the snap version ) can run PreMiD too;
As you may have noticed in the recent years, some Linux distributions started dropping support for the 32-bit (ia32/i686/i386/x86) architectures, and as a result, we did too. You can, however, try to build the app yourself if you desperately need to use it on a 32-bit distribution.
Since we currently use Electron as an engine (Discord does too!), its requirements also apply to this app :
- Ubuntu ≥ 12.04
- Fedora ≥ 21
- Debian ≥ 8
It is unknown whether older versions of other distributions support it, so just keep your distribution updated and use LTS (Long-Term Support) releases if your distribution offers them, as they're more stable (avoid alpha releases).
Thanks to :
- @nattadasu, @Rubensei, @Cairo2k18, zany130, Immanuel D, Friskytrash, Alexandre (and few other guys whom I forgot their names) for providing feedback on nightly releases.
- @apriluwu for maintaining the Gentoo builds
- @SlimShadyIAm and naka for formerly maintaining the Arch User Repository packages
- The Electron community for various packages
- Anyone else who has ever contributed to the project in any way.
Probably never, since Snap's nature blocks PreMiD from reaching Discord and the extension properly,
It would be appreciated if someone could do it though, any ideas or PRs are welcome.
P.S.: classic confinement doesn't work either so don't bother making a suggestion about it.
The AppImage package is the recommended one if Discord works for you but other PreMiD packages (.deb, .rpm, etc) don't.
wget https://github.com/doomlerd/LinuxUpdater/releases/latest/download/PreMiD-Portable.AppImage && chmod a+x PreMiD*.AppImage# Just double-click it or run
./PreMiD*.AppImageEither if you want to try PreMiD or just don't want to install it, this one's the best, it's always up to date but DOESN'T AUTO-START WITH THE SYSTEM!
If you get tired of having to open it each time, use the other packages (according to your distribution).
Uses Arch User Repository;
Supported distributions are itself, Manjaro, Anarchy, Artix, Arco, ArchLabs, Endeavour, Archman, BlackArch, Liri OS and every one that supports installing from AUR.
# Using yay (recommended)
yay -S premid# Using pakku
pakku -S premid# Using trizen
trizen -S premid# Using pacaur
pacaur -S premid# ... you get the pointor manually from the Arch User Repository if you know what you're doing.
If your distro uses pacman, then you have to install one of the helpers first. If you don't have any, Yay is recommended, run :
git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -siyay -S premidOther AUR/Pacman helpers work as well, although each one's functionality is different so you may face issues while using them.
Same applies to its derivatives, such as ColverOS, Clip-OS, Sabayon, Bicom Systems PBXware, etc.
# Add the overlay using layman
layman -S && layman -a apriluwu# Install via portage
emerge -av app-misc/premidThe shown install command uses layman, it is in the official repositories through app-portage/layman.
To get updates you will have to sync the overlay from time to time, you can do this with
layman -S

