github ihaveamac/ninfs v2.0a11
ninfs 2.0a11

latest release: v2.0
3 months ago
  • Accept non-ASCII game titles for SRL/NDS (some homebrew applications do this)
  • Windows Installer: update pre-included WinFsp
    • The installer does not update WinFsp for you, if you want to update it, you must do it separately.
  • Linux: creating desktop entry now includes the full path to the python3 executable
  • Python 3.8 or later is required, this does not affect standalone builds
  • Update pyctr requirement to 0.7.x (standalone builds use 0.7.3)
  • Other various internal changes

Please file issues on GitHub if you encounter them. Support is provided on GitHub Discussions, Discord (info, invite link) or the thread on GBATemp. Thanks!

Installation

Windows

The installer includes ninfs and WinFsp. This is the easiest way to use the application.

The standalone release can be downloaded as ninfs-2.0a11-win32.zip below the notes. Extract and run ninfsw.exe (or ninfs.exe to have a console attached).

ninfs can also be used as a Python module below.

macOS

macOS users need macFUSE or fuse-t.

The standalone release can be downloaded as ninfs-2.0a11-macos.dmg below the notes. Open the disk image, optionally copy to the Applications folder, and run ninfs.

ninfs can also be used as a Python module below.

Linux

Install as a pip module like below. To use the gui, make sure tkinter is installed. This is python3-tk on Debian/Ubuntu and python3-tkinter on Fedora.

Arch Linux: (AUR git package still needs updates, please wait...)

Python module installation

Python 3.8.0 or later is required. Version on PyPI

Windows

  • py -3 -mpip install ninfs==2.0a11

macOS

  • python3 -mpip install ninfs==2.0a11

Linux

  • python3 -mpip install --user ninfs==2.0a11
    • --user is not required if you are using a virtualenv.

A little something extra...

If my tools have helped you in some way then please consider supporting me on Patreon, PayPal, or Ko-Fi.

Don't miss a new ninfs release

NewReleases is sending notifications on new releases.