Table of Contents
β‘ Installation
With a package manager
### With cargo
### On Arch Linux (AUR)
### Ubuntu/Debian (.deb file from latest release)
# with `apt`:
# or `dpkg`:
### Fedora (.rpm file from latest release)
### With `nix profile`
### nix (flakes) run without installing
Nix (via home-manager)
Add to inputs in flake.nix
nyaa = {
url = "github:Beastwick18/nyaa";
inputs.nixpkgs.follows = "nixpkgs";
};
Add to home.nix imports and enable
imports = [
inputs.nyaa.homeManagerModule
]
programs.nyaa.enable = true;
Check the wiki for more information
Windows/Linux Binaries
Binaries for Linux and Windows are available on the releases page.
From Source
To install from source, you must have git, cargo, and Rust version $\ge$ 1.75 installed.
π Wiki
For detailed information on configuration, themes, sources, and download client integration check the Wiki.
β¨οΈ Keybinds
Like modal text editors such as Vim, there are several modes. Each have their own keybinds, which can be found out by pressing F1 or ? while in that mode. Some of the important ones are:
- hjkl or arrow keys for general navigation
- / or i to search
- Ctrl-s to change sources
- d to change download client
- c to change category
- s to change sort (S for reverse sort)
- f to change filter
- t to change theme
- n, p or l, h for next and previous page
- q to quit
For a list of all modes and their respective keybinds, check Keybinds on the wiki.
π Proxies
If either nyaa.si or torrentgalaxy is not accessible in your region, try one of the proxies (nyaa proxies, TorrentGalaxy proxies). Once you find one that works, replace the value for base_url in the source config with the working proxy url. For nyaa, I would recommend nyaa.land, as it is very compatible, and usually working. Here's what the config for nyaa.land would look like:
[]
= 'nyaa.land'
If you have your own proxy setup, you use it by adding:
= "localhost:8118"
to the top of your config. Replace the value with the IP and port for your proxy.
βοΈ Configuration
The location of the config file for linux is:
~/.config/nyaa/config.toml
and on windows is
C:\Users\%USERNAME%\AppData\Roaming\nyaa\config\config.toml
Default Config
= "Default" # the theme to use by default
= "Nyaa" # the source to use by default
= "qBittorrent" # the download client to use by default
= "%Y-%m-%d %H:%M" # date format for results (unset by default)
= "localhost:8118" # request proxy for sending requests through (unset by default)
= 30 # request timeout for sources and clients (measured in seconds)
= 6 # scroll padding for results table
= true # save config when changing sources/themes
[]
# ...
[]
# ...
[]
# ...
# ...
theme refers to the theme selected by default when the app is opened. Possible values are Default, Dracula, Gruvbox, or Catppuccin Macchiato. You can also use custom user-defined themes.
default_source refers to the source selected by default once the app is opened. Possible values are Nyaa, TorrentGalaxy, or Sukebei. Each source has its own configuration. Check the wiki for more information on each sources config.
download_client refers to the download client selected by default once the app is opened. Each download client has its own configuration. Check the wiki for more information on each download clients config.
Download Client Integration
- Check the wiki for connecting to your torrent client:
π Clipboard
By default, nyaa uses OSC52 to copy to the clipboard. It's a type of ANSI escape sequence supported by most terminals. The state of support for some popular terminals are:
| Terminal | OSC52 support |
|---|---|
| alacritty | yes |
| contour | yes |
| far2l | yes |
| foot | yes |
| gnome terminal (and other VTE-based terminals) | not yet |
| hterm | yes |
| iterm2 | yes |
| kitty | yes |
| konsole | not yet |
| qterminal | not yet |
| rxvt | yes |
| st | yes (but needs to be enabled, see here) |
| terminal.app | no, but see workaround |
| tmux | yes |
| urxvt | yes (with a script, see here) |
| wezterm | yes |
| windows terminal | yes |
| xterm.js (Hyper terminal) | yes |
| zellij | yes |
Source: vim-oscyank
If your terminal is not supported, you should disable OSC52 by adding
[]
= false
to your config.toml. This will make nyaa use an alternative method for copying, such as X11 selections or wl-clipboard. To see more info on clipboards, check the wiki;
π¨ Custom Themes
Check the wiki for how to add User-defined Themes
πΊοΈ Planned Features
- Mouse support
- Custom user-defined sources
-
Sources other than nyaa -
User-defined themes -
Integration with torrent clients -
RPM Release -
Nyaa proxies/mirrors support -
Page navigation -
Choice between HTML scraper or RSS feed