A tiny command-line tool to transfer to Awoo installer
  • Rust 92.5%
  • Typst 3.8%
  • Dockerfile 2.1%
  • Just 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-05 09:45:57 +01:00
.github/workflows fix(ci): more robust RELEASE_VERSION parsing and release notes handling 2026-03-05 09:28:58 +01:00
cli chore: release v0.1.6 2026-03-05 09:30:13 +01:00
core chore: add TODO to network 2026-03-05 09:36:33 +01:00
media chore: make banner transparent 2026-03-04 15:33:33 +01:00
.gitattributes docs: add demo gif, rephrase README 2026-03-02 02:31:28 +01:00
.gitignore feat: add RCM payload injection 2026-03-05 09:28:58 +01:00
Cargo.lock chore: release v0.1.6 2026-03-05 09:30:13 +01:00
Cargo.toml chore: release v0.1.6 2026-03-05 09:30:13 +01:00
CHANGELOG.md chore: release v0.1.6 2026-03-05 09:30:13 +01:00
cliff.toml chore: add release config 2026-03-04 12:19:38 +01:00
Dockerfile chore: add Dockerfile, but remove workflow for now 2026-03-04 13:03:33 +01:00
Justfile chore: add push recipe 2026-03-05 09:30:49 +01:00
LICENSE-APACHE chore: add license 2026-03-03 10:05:33 +01:00
LICENSE-MIT chore: add license 2026-03-03 10:05:33 +01:00
prek.toml chore: add precommits 2026-03-02 00:21:49 +01:00
README.md docs: update README 2026-03-05 09:45:57 +01:00
release.toml chore: revamp how releasing is done 2026-03-04 12:51:23 +01:00

ironfoil logo

A tiny command-line tool to transfer to Awoo installer, CyberFoil and probably more Nintendo Switch title installers which are based on the "Tinfoil" protocol.

demo gif

Installation

Binary releases

Alternatives:

  1. Manually download latest release and extract the tool to a location that is in your $PATH.

  2. Use cargo-binstall:

    cargo binstall ironfoil
    

From source

Alternatives:

  1. Install latest release using cargo

    cargo install ironfoil
    
  2. Install latest git version using cargo:

    cargo install --git https://github.com/sermuns/ironfoil
    
  3. Manually clone then install

    git clone https://github.com/sermuns/ironfoil
    cd ironfoil
    cargo install --path cli/
    

Both of these methods places ironfoil in ~/.cargo/bin/, which normally should be part of your $PATH.

Usage

Transfer to Awoo installer from the command-line

Usage: ironfoil <COMMAND>

Commands:
  usb      Transfer over USB
  network  Transfer over network
  rcm      Inject RCM payload
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

License

Dual-licensed under Apache 2.0 or MIT.