
TL;DR
Table of Contents
- Fluxer is an open-source, free and self-hostable Discord-like chat platform that launched into public beta in early 2026.
- It offers the same core features—messaging, voice/video, moderation, search, custom CSS themes—along with a privacy dashboard and a $4.99 /month (or $49 /yr) Plutonium subscription.
- A one-time Operator Pass at $199 gives you full-time support for self-hosting, while Visionary slots (sold out at $299 each) grant lifetime access and a numbered badge.
- GIFs are pulled from Tenor; the current viewer displays them as links, a known limitation.
- Fluxer ships as an AppImage and a Flatpak, and is built on a Chromium/Electron stack.
Why this matters
Discord is the go-to platform for online communities, but its monopolistic model, opaque data practices, and lack of self-hosting have made many users uneasy. Privacy-conscious gamers, community admins, and developers look for a platform that gives them control, transparency, and the same familiar Discord-style UX.
Fluxer addresses those pain points head-on:
- Open source (AGPLv3) with a growing community of contributors.
- No vendor lock-in – run Fluxer on your own servers for free.
- Privacy-first: a built-in dashboard lets you export, delete, or audit your data.
- Feature-complete: messaging, voice, video, moderation tools, and custom themes are all in the free tier.
- Low-cost premium: a subscription tier that unlocks higher limits and early feature access.
These attributes make Fluxer a compelling alternative for anyone tired of Discord’s paywalls, age verification friction, or privacy concerns.
Core concepts
A Discord-like UI in the open
Fluxer’s interface mirrors Discord’s channel-based layout, but it’s built with React and Electron, giving it a Chromium-powered rendering engine that runs on Windows, macOS, Linux, and the browser. The design is intentionally familiar: you can DM, create channels, set roles and permissions, and customize the look with CSS.
Messaging, voice, and video
- Real-time text: instant typing indicators, reactions, threaded replies.
- Voice & video: uses LiveKit for low-latency calls and screen-sharing.
- Rich media: link previews, image/video attachments, and GIF search via Tenor and Klipy.
Moderation & search
Fluxer exposes a comprehensive moderation API: invite-only communities, message logging, audit trails, and a search bar that indexes all text and attachments.
Self-hosting and packaging
Fluxer is self-hostable for free. The official binaries come as AppImage (for most Linux distros) and are also being published as a Flatpak. The GitHub repo contains the full source, and the project is maintained by a 22-year-old Swedish developer.
Custom themes and privacy tools
- Custom CSS lets you re-style every element of the client.
- A privacy dashboard in the settings allows you to export or delete all messages, toggle data collection, and review app permissions.
How to apply it
- Download or self-host
- On Linux: fluxer.app/download gives you an AppImage, or follow the instructions in the GitHub repo for a Docker/Node deployment.
- On macOS/Windows: download the installer or open the web-app.
- Create a community
- Use the Create Server button, set up roles, and invite members.
- Customize
- In Settings → Appearance, add a CSS file to change colors, fonts, or hide UI elements.
- Enable the Plutonium tier if you need higher limits:
- Visit https://fluxer.app/plutonium to subscribe for $4.99 /month (or $49 /yr). The free tier already gives you messaging, voice, video, and moderation.
- Consider the Operator Pass
- For one-time $199 support and direct access to the dev team, see the Operator Pass option on the same page.
- Use the privacy dashboard
- In Settings → Privacy Dashboard, you can export your data, delete messages, or request removal of your account.
Metrics you’ll care about
| Feature | Free | Plutonium |
|---|---|---|
| Message character limit | 2,000 | 4,000 |
| File upload size | 25 MB | 500 MB |
| Video quality | 720p/30fps | 4K/60fps |
| Communities per server | 100 | 200 |
| Video backgrounds | 1 | 15 |
(Source: https://fluxer.app/plutonium)
Pitfalls & edge cases
| Concern | Current status | What to watch for |
|---|---|---|
| Accessibility | Known bugs; see GitHub issue #125 | Screen-reader support is incomplete on some Linux distros |
| GIF viewer | GIFs are shown as links in the desktop app | This will be fixed in a future release |
| Scalability | In public beta; community size is growing (HQ ~1,400 members, some servers close to 2,000) | Performance may degrade under heavy load |
| Subscription model | $4.99 / month vs. Discord Nitro | Still a niche; relies on community support |
| Licensing | Uses open-source stack, but Electron is proprietary | Ensure no hidden licensing conflicts |
| Long-term viability | Funding comes from Visionary sales and community contributions | No clear revenue model beyond the subscription tier |
These open questions are also reflected in the open-source roadmap and community discussions.
Quick FAQ
| Question | Answer |
|---|---|
| Is Fluxer truly open source? | Yes, the source is on GitHub under AGPLv3. https://github.com/fluxerapp/fluxer |
| Can I self-host Fluxer? | Absolutely. The binary is free, and the code is available for custom deployments. https://fluxer.app/plutonium |
| What is the Plutonium subscription? | A $4.99 / month (or $49 / yr) tier that unlocks higher limits and early access. https://fluxer.app/plutonium |
| What are Visionary slots? | Limited lifetime Plutonium access sold at $299 each; they include a numbered badge. https://fluxer.app/help/visionary |
| Does Fluxer have a privacy dashboard? | Yes – you can export, delete, and audit your data. https://fluxer.app/privacy |
| What is the Operator Pass? | A one-time $199 purchase for direct support and community access. https://fluxer.app/plutonium |
| How are GIFs handled? | GIFs come from Tenor; the current viewer displays them as links. https://www.reddit.com/r/FluxerApp/comments/1rbkb5i/youtube_and_gif_embeds/ |
Conclusion
If you’re a community admin, a privacy-conscious gamer, or a developer who wants a Discord-like experience without the vendor lock-in, Fluxer is worth a look. The free tier gives you a full set of features; the Plutonium subscription is inexpensive, and the one-time Operator Pass is a great way to support the project. Keep in mind that the platform is still young—some accessibility bugs remain and the community is growing—but the roadmap shows a clear commitment to parity with Discord and future federation support.
For now, try the web app or download the AppImage, create a server, and see if the familiar UI and open-source nature make a difference.
References
- Fluxer official site – open source, features, custom CSS – https://fluxer.app/
- Fluxer GitHub repo – AGPLv3, React/Electron stack – https://github.com/fluxerapp/fluxer
- Fluxer Plutonium page – subscription pricing, Operator Pass – https://fluxer.app/plutonium
- Fluxer Visionary page – Visionary badge, $299, sold out – https://fluxer.app/help/visionary
- Fluxer blog roadmap – public beta, 1,000 Visionaries sold – https://blog.fluxer.app/roadmap-2026/
- Fluxer privacy policy – privacy dashboard – https://fluxer.app/privacy
- Fluxer docs – Tenor integration for GIFs – https://docs.fluxer.app/resources/klipy
- Fluxer discussion – Flatpak packaging – https://github.com/orgs/fluxerapp/discussions/340
- Fluxer issue #125 – accessibility bugs – https://github.com/fluxerapp/fluxer/issues/125
- Reddit comment – GIFs displayed as links – https://www.reddit.com/r/FluxerApp/comments/1rbkb5i/youtube_and_gif_embeds/

