An unofficial, community-driven, and highly customizable desktop client for the Fluxer network.
FluxCap is an independent desktop client designed to connect seamlessly with the Fluxer network. Built with Electron, it provides a dedicated, fast, and customizable user interface for Windows, taking Fluxer out of your browser and directly onto your desktop.
- 🔌 Seamless Connectivity: Connects directly to the official
web.fluxer.appinterface. - ⚡ Optimized Performance: Includes smart background refreshing and cache management to keep memory usage low.
- 🔄 Auto-Updates: Built-in automatic updates ensure you are always running the latest version without manual downloads.
- 💻 Native Desktop Experience: Features a system tray icon, custom window framing, and secure external link handling.
- 🖱️ Quick Access: Instantly open or hide the application by simply left-clicking the tray icon.
- 🧩 Open Source: Fully transparent architecture, distributed under the MIT License.
- Go to the Releases page.
- Download the latest
FluxCap-Setup-1.5.0.exeinstaller. - Run the installer and follow the prompts.
To get a development environment running or to build the application yourself, follow these steps:
- Clone the repository:
git clone [https://github.com/ByAldon/FluxCap.git](https://github.com/ByAldon/FluxCap.git)
- Navigate to the project directory:
cd FluxCap - Install the dependencies:
npm install
- Start the application in development mode:
npm start
- Build the Windows Installer (.exe):
npm run build
When updating to a new major version of FluxCap, we highly recommend performing a clean installation. This prevents old cache files, registry entries, or outdated configurations from causing unexpected behavior.
We recommend using Revo Uninstaller to ensure all leftover registry items and hidden application data in your AppData folders are completely removed.
- Download: Get Revo Uninstaller Free and install it.
- Uninstall: Open Revo Uninstaller, select FluxCap, and click Uninstall.
- Scan for Leftovers: Use the "Moderate" or "Advanced" scan to find and safely remove remaining files and registry entries (specifically checking for old
%AppData%\unofficial-fluxer-clientfolders). - Install the New Update: Once your system is clean, download and install the latest release.
For detailed instructions, please refer to our Clean Installation Guide in the Wiki or the Revo Uninstaller Support Page.
Simply launch FluxCap from your start menu or desktop shortcut. The client will automatically connect to the Fluxer web interface. You can log in using your standard credentials.
If you close the window, FluxCap will silently minimize to your system tray to keep you connected in the background. Left-click the tray icon to quickly open the app, or right-click the tray icon to completely quit the application, clear the cache, or manually check for updates.
Contributions, issues, and feature requests are always welcome! We love community input to make FluxCap better.
- Fork the Project.
- Create your Feature Branch:
git checkout -b feature/AmazingFeature - Commit your Changes:
git commit -m 'Add some AmazingFeature' - Push to the Branch:
git push origin feature/AmazingFeature - Open a Pull Request.
FluxCap is a third-party, independent project. It is not affiliated with, endorsed by, sponsored by, or formally associated with the official Fluxer project or its development team. "Fluxer" is a trademark of its respective owners.
If you encounter issues related to the core network or your account, please contact the official Fluxer support. For client-specific bugs, please use our issue tracker.
This project is licensed under the MIT License. See the LICENSE file for more details.