3elDU / rufus-for-linux

Linux version of the Rufus utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


RFL logo
Rufus for Linux

Linux version of the Rufus utility

telegram license

Key FeaturesDownloadTechnology stackLicenseContact us

screenshot

Key Features

  • Support for ntfs and fat32 file systems
  • Support for the original authors of Rufus
  • Lightweight program
  • Portability utility (when using AppImage)
  • Sharpening the program to work on Linux
  • Open source code, the ability to participate in the development of the utility

Download

You can download the latest version of this program on any Linux distribution using deb package, AUR, flatpak and AppImage

Install requirements

We recommend you to create virtual environment, because installing packages globally is generally a bad practice.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

The second command above may fail when using fish shell. If you use fish, instead run source venv/bin/activate.fish

Technology stack

This software uses the following open source packages:

Rufus for Linux analogs

  • balenaEtcher, program for burning ISO on NodeJS
  • dd, UNIX program for both copying and converting files

License

Distributed under the GPL-3.0 License

Contact us

If you are actively coding on Python, Vala and GTK then write us an e-mail

About

Linux version of the Rufus utility

License:GNU General Public License v3.0


Languages

Language:Python 100.0%