Skip to main content

A browser anime site experience from the terminal

Project description

FastAnime

Browse anime from the terminal

PyPI - Downloads GitHub Actions Workflow Status Discord GitHub Issues or Pull Requests GitHub deployments PyPI - License Static Badge

fastanime

How it looks

Anilist results menu: image

Episodes menu preview: image

Without preview images enabled: image

Desktop notifications + episodes menu without image preview: image

Installation

Windows Linux/BSD Arch Linux MacOS Android

The app can run wherever python can run. So all you need to have is python installed on your device. On android you can use termux. If you have any difficulty consult for help on the discord channel

Installation on nixos

Static Badge

nix profile install github:Benexl/fastanime

Installation using your favourite package manager

Currently the app is only published on pypi. With the following extras available:

  • standard -which installs all dependencies
  • api - which installs dependencies required to use fastanime serve
  • mpv - which installs python mpv
  • notifications - which installs plyer required for desktop notifications

Using uv

Recommended method of installation is using uv.

# generally:
uv tool install "fastanime[standard]"

# or stripped down installations:
uv tool install fastanime
uv tool install "fastanime[api]"
uv tool install "fastanime[mpv]"
uv tool install "fastanime[notifications]"

Using pipx

pipx install fastanime
# -- or for the development version --
pipx install 'fastanime==<latest-pre-release-tag>.dev1'
# example
# pipx install 'fastanime==0.60.1.dev1'

Using pip

pip install fastanime
# -- or for the development version --
pip install 'fastanime==<latest-pre-release-tag>.dev1'
# example
# pip install 'fastanime==0.60.1.dev1'

Installing the bleeding edge version

To install the latest build which are created on every push by GitHub actions, download the fastanime_debug_build of your choosing from the GitHub actions page. Then:

unzip fastanime_debug_build

# outputs fastanime<version>.tar.gz

pipx install fastanime<version>.tar.gz

# --- or ---

pip install fastanime<version>.tar.gz

Building from the source

Requirements:

To build from the source, follow these steps:

  1. Clone the repository: git clone https://github.com/Benexl/FastAnime.git --depth 1
  2. Navigate into the folder: cd FastAnime
  3. Then build and Install the app:
# build and install fastanime with uv
uv tool install .
  1. Enjoy! Verify installation with:
fastanime --version

[!Tip]

Download the completions from here for your shell. To add completions:

  • Fish Users: cp $FASTANIME_PATH/completions/fastanime.fish ~/.config/fish/completions/
  • Bash Users: Add source $FASTANIME_PATH/completions/fastanime.bash to your .bashrc
  • Zsh Users: Add source $FASTANIME_PATH/completions/fastanime.zsh to your .zshrc or using the built in command fastanime completions

External Dependencies

The only required external dependency, unless you won't be streaming, is MPV, which i recommend installing with uosc :fire: and thumbfast for the best experience since they add a better interface to it.

[!NOTE]

The project currently sees no reason to support any other video player because we believe nothing beats MPV and it provides everything you could ever need with a small footprint. But if you have a reason feel free to encourage as to do so. However, on android this is not the case so vlc is also supported

Other external dependencies that will just make your experience better:

  • webtorrent-cli used when the provider is nyaa
  • ffmpeg is required to be in your path environment variables to properly download hls streams.
  • fzf 🔥 which is used as a better alternative to the ui.
  • rofi 🔥 which is used as another alternative ui + the desktop entry ui
  • chafa currently the best cross platform and cross terminal image viewer for the terminal.
  • icat an image viewer that only works in kitty terminal, which is currently the best terminal in my opinion, and by far the best image renderer for the terminal thanks to kitty's terminal graphics protocol. Its terminal graphics is so op that you can run a browser on it!!
  • bash is used as the preview script language.
  • ani-skip used for skipping the opening and ending theme songs
  • ffmpegthumbnailer used for local previews of downloaded anime
  • syncplay to enable watch together.
  • feh used in manga mode

Contributing

pr's are highly welcome

If you find an anime title that does not correspond with a provider or is just weird just edit the data file and open a pr, issues will be ignored 😝.

Supporting the Project

More pr's less issues 🙃

Show your support by starring the GitHub repository.

Disclaimer

[!IMPORTANT]

This project currently scrapes allanime, hianime, nyaa, yugen and animepahe. The developer(s) of this application does not have any affiliation with the content providers available, and this application hosts zero content. DISCLAIMER

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastanime-2.8.6.tar.gz (439.8 kB view details)

Uploaded Source

Built Distribution

fastanime-2.8.6-py3-none-any.whl (401.9 kB view details)

Uploaded Python 3

File details

Details for the file fastanime-2.8.6.tar.gz.

File metadata

  • Download URL: fastanime-2.8.6.tar.gz
  • Upload date:
  • Size: 439.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for fastanime-2.8.6.tar.gz
Algorithm Hash digest
SHA256 8f083f325e1af04fe567b432ec77dbb178df0a189d734baa39930776aa87cd9b
MD5 9686f0d10edaffb709cd23ec6c88fa3c
BLAKE2b-256 b4aa7cafcc146eb3c419ae3bc4b3a5e57321cda19c6241c62bad6d16988c7372

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastanime-2.8.6.tar.gz:

Publisher: publish.yml on Benexl/FastAnime

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastanime-2.8.6-py3-none-any.whl.

File metadata

  • Download URL: fastanime-2.8.6-py3-none-any.whl
  • Upload date:
  • Size: 401.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for fastanime-2.8.6-py3-none-any.whl
Algorithm Hash digest
SHA256 41422b648e253be840b8630cb2f074c1234e4d06d375ee765a528fb853bad21d
MD5 755cdd97b30e44c48000c4be507c8159
BLAKE2b-256 fbec9db87ce5aa4766462d3f0aaae85ed8d5d346f693dd1cc600c2e5050cd657

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastanime-2.8.6-py3-none-any.whl:

Publisher: publish.yml on Benexl/FastAnime

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page