🍺 BREW Explorer

← all formulae

joshuto

brew install joshuto v0.9.9 LGPL-3.0-or-later

Ranger-like terminal file manager written in Rust

12
30-day installs · #8130
47
90-day · #7510
391
365-day · #5654
3.7k
★ GitHub stars · updated 4mo ago

Build dependencies

GitHub topics

clipboard concurrency file-manager hacktoberfest joshuto linux ncurses ranger rust termion toml tui tui-rs

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Ranger-like terminal file manager written in Rust",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:39:03+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "joshuto",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-04-14T02:20:09Z",
  "github_readme_excerpt": "[![Linux build](https://github.com/kamiyaa/joshuto/actions/workflows/rust-linux-main.yml/badge.svg)](https://github.com/kamiyaa/joshuto/actions/workflows/rust-linux-main.yml?branch=main)\n\n[![MacOS build](https://github.com/kamiyaa/joshuto/actions/workflows/rust-macos-main.yml/badge.svg)](https://github.com/kamiyaa/joshuto/actions/workflows/rust-macos-main.yml?branch=main)\n\n# joshuto\n\n[ranger](https://github.com/ranger/ranger)-like terminal file manager written in Rust.\n\n![Alt text](screenshot.png?raw=true \"joshuto\")\n\n## Dependencies\n\n- [cargo](https://github.com/rust-lang/cargo/) \u003e= 1.90\n- [rustc](https://www.rust-lang.org/) \u003e= 1.90\n- xsel/xclip/wl-clipboard (optional, for clipboard support)\n- fzf (optional)\n- zoxide (optional)\n\nAlso see [Cargo.toml](Cargo.toml)\n\n## Building\n\n```\n~$ cargo build\n```\n\n## Installation\n\n#### For single user\n\n```\n~$ cargo install --path=. --force\n```\n\n#### For single user with cargo\n\n```\n~$ cargo install --git https://github.com/kamiyaa/joshuto.git --force\n```\n\n#### System wide\n\n```\n~# cargo install --path=. --force --root=/usr/local     # /usr also works\n```\n\n#### From pre-compiled binary\n\nDependencies:\n- curl\n- openssl\n\n##### Latest release\n\nInstalls the latest version using the default installation path (_$HOME/.local/bin/_).\n\n``` bash\n~$ bash \u003c(curl -s https://raw.githubusercontent.com/kamiyaa/joshuto/master/utils/install.sh)\n```\n\n##### Custom Installation path\n\nAllows you to install Joshuto to a custom directory by setting the INSTALL_PREFIX variable.\n\n``` bash\n~$ INSTALL_PREFIX=\"$HOME\" bash \u003c(curl -s https://raw.githubusercontent.com/kamiyaa/joshuto/master/utils/install.sh)\n```\n\n##### System wide\n\n``` bash\n~# INSTALL_PREFIX=\"/usr/local/bin\" bash \u003c(curl -s https://raw.githubusercontent.com/kamiyaa/joshuto/master/utils/install.sh)\n```\n\n##### Specific release\n\nInstalls a specific release version of Joshuto by the desired version number.\n\n``` bash\n~$ RELEASE_VER=\u0027v0.9.4\u0027 bash \u003c(curl -s https://raw.githubusercontent.com/kamiyaa/joshuto/",
  "github_repo": "kamiyaa/joshuto",
  "github_stars": 3716,
  "github_topics": [
    "clipboard",
    "concurrency",
    "file-manager",
    "hacktoberfest",
    "joshuto",
    "linux",
    "ncurses",
    "ranger",
    "rust",
    "termion",
    "toml",
    "tui",
    "tui-rs"
  ],
  "homepage": "https://github.com/kamiyaa/joshuto",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 12,
  "installs_365d": 391,
  "installs_90d": 47,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "LGPL-3.0-or-later",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "joshuto",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 8130,
  "rank_365d": 5654,
  "rank_90d": 7510,
  "raw_hash": "fa9184458420059e",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/j/joshuto.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.9.9",
  "versioned_formulae": [],
  "why_use_this": null
}