Skip to content

πŸ“½ Flaru is an "unofficial" emulator based on Ruffle Flash Emulator. Created to provide a friendly interface and enhanced playing experience. It's a complete alternative to Adobe Flash Player. Run Flash Safely Anywhere

License

jooy2/flaru

Repository files navigation

flaru-logo

License Version Downloads Followers Stars Commit Count

Logo Image

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).

⭐ Features

  • βœ… 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.

πŸ’Ύ Downloads

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!

Subscription

πŸ”¨ Build & Run

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: (NodeJS 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

πŸ”§ Project Components

πŸ“‹ License

Copyright Β© 2021-2024 Jooy2 <jooy2.contact@gmail.com> Released under the MIT license. (Source code excluding Ruffle and external modules)

For general use, download and use the package file on the GitHub releases page. You do not need to download the entire project.

Please do not distribute or release this project package externally without permission.

For detailed license of Ruffle, please refer to the following document: https://github.com/ruffle-rs/ruffle/blob/master/LICENSE.md

About

πŸ“½ Flaru is an "unofficial" emulator based on Ruffle Flash Emulator. Created to provide a friendly interface and enhanced playing experience. It's a complete alternative to Adobe Flash Player. Run Flash Safely Anywhere

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks