Flaru is an unofficial emulator based on Ruffle Flash Emulator. Created to provide a friendly interface and enhanced playing experience.
This application is simply implemented in JavaScript via Electron and is based on a self-hosted build of Ruffle, so performance may be somewhat lower than the official Ruffle desktop application.
For the official desktop app, please see the following link: https://github.com/ruffle-rs/ruffle/releases
Important
This application is an emulator and does not contain Flash game files (SWF).
- β It is a complete alternative to Adobe Flash Player. Run Flash Safely Anywhere
- β Cross-platform: Windows, macOS, Linux supported!
- β Multi-language and theme support
- β Support for running split SWF files
- β Drag-and-drop or one-click execution of SWF files from local PC
- β Continue playing from the list of recently opened files.
- β Customize various emulator settings.
Since Flaru does not sign the application, you may receive a security warning upon installation. You can safely ignore the security warning as this app does not use any permissions other than reading system file resources (e.g. loading SWF files).
Accordingly, version check and automatic update are currently not supported. We recommend upgrading by visiting the GitHub Releases page at regular intervals to check for new versions.
If you have a GitHub account, you can easily receive release notifications by email!
Before building or running, you need to install the module and add the Ruffle script file to the project.
First install the dependency module with the following command: (Node.js pre-installed required)
$ npm i
The project sources do not include the Ruffle
source files. So, before building or testing, you need to get the latest version of Ruffle self-hosted distribution.
Download the latest version of the self-hosted version from the Ruffle Release Page, unzip it and paste it in the following path: /src/renderer/public/js/ruffle
You only need to paste the .map
, .js
, .wasm
files inside the compressed file.
To test in the development environment
, enter the following command:
$ npm i
$ npm run dev
And you can build on multiple platforms with the following command:
# Build current platform only
$ npm run build
# Cross-platform build
$ npm run build:all
# Build for Windows (.exe)
$ npm run build:win
# Build for macOS (.dmg)
$ npm run build:mac
# Build for Linux (.deb, .rpm)
$ npm run build:linux
Copyright Β© 2021-2024 Jooy2 <[email protected]> Released under the MIT license. (Source code excluding Ruffle and external modules)
Important
Please do not distribute or release this project package externally without permission.
For general use, download and use the package file on the GitHub releases page. You do not need to download the entire project.
For detailed license of Ruffle, please refer to the following document: https://github.com/ruffle-rs/ruffle/blob/master/LICENSE.md