The official desktop application for Panfu.me with integrated Flash Player support.
- Flash Player 32.0.0.465
- Cross-platform support (Windows, macOS, Linux)
- Automatic updates
- Window state persistence
- Zoom controls
- Reload shortcuts
- API bridge for Discord RPC and game integration
Note: This application uses Electron 11, as it's the last version with PPAPI Flash support. We've implemented multiple security measures to ensure safe operation.
panfu-desktop/
├── index.js # Main entry point
├── src/
│ ├── discord-rpc.js # Discord Rich Presence manager
│ ├── window-manager.js # Window creation and event handling
│ ├── flash-plugin.js # Flash plugin initialization
│ └── preload.js # Secure API bridge
├── plugins/ # Flash Player plugins
├── build/ # Build assets
Get the latest version from our official website or GitHub releases.
Prerequisites: Node.js and Git
git clone https://github.com/teampanfu/panfu-desktop.git
cd panfu-desktop
npm install
npm startPanfu Desktop is open-source software licensed under the MIT License.