🍺 BREW Explorer

← all formulae

rust

brew install rust v1.96.0 Apache-2.0 OR MIT

Systems programming language with memory safety, ownership-based concurrency, and zero-cost abstractions.

Why you might care

Rust eliminates entire classes of memory bugs (null pointers, buffer overflows, data races) at compile time while matching C/C++ performance. Use it for systems software, CLI tools, embedded code, and WebAssembly; Homebrew itself uses Rust for critical components. Strong type system and package manager (Cargo) make rapid development practical.

Categories

Alternatives

C C++ Go Swift
37.1k
30-day installs · #167
105.7k
90-day · #177
441.0k
365-day · #163

Runtime dependencies

Links

Caveats

Link this toolchain with `rustup` under the name `system` with:
  rustup toolchain link system "$(brew --prefix rust)"

If you use rustup, avoid PATH conflicts by following instructions in:
  brew info rustup

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "C",
    "C++",
    "Go",
    "Swift"
  ],
  "build_dependencies": [],
  "categories": [
    "language-runtime",
    "compiler"
  ],
  "caveats": "Link this toolchain with `rustup` under the name `system` with:\n  rustup toolchain link system \"$(brew --prefix rust)\"\n\nIf you use rustup, avoid PATH conflicts by following instructions in:\n  brew info rustup\n",
  "conflicts_with": [],
  "dependencies": [
    "libgit2",
    "libssh2",
    "llvm",
    "openssl@3",
    "pkgconf",
    "sqlite"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Safe, concurrent, practical language",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:42+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "rust",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://www.rust-lang.org/",
  "homepage_og_description": "A language empowering everyone to build reliable and efficient software.",
  "homepage_og_image": "https://www.rust-lang.org/static/images/rust-social-wide.jpg",
  "homepage_title": "Rust Programming Language",
  "installs_30d": 37133,
  "installs_365d": 440974,
  "installs_90d": 105713,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0 OR MIT",
  "llm_generated_at": "2026-06-20T23:43:10+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "rust",
  "oldnames": [
    "rustfmt"
  ],
  "one_liner": "Systems programming language with memory safety, ownership-based concurrency, and zero-cost abstractions.",
  "optional_dependencies": [],
  "rank_30d": 167,
  "rank_365d": 163,
  "rank_90d": 177,
  "raw_hash": "012b91458bacefcf",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/r/rust.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    {
      "python": "build"
    },
    "curl"
  ],
  "version_head": "HEAD",
  "version_stable": "1.96.0",
  "versioned_formulae": [],
  "why_use_this": "Rust eliminates entire classes of memory bugs (null pointers, buffer overflows, data races) at compile time while matching C/C++ performance. Use it for systems software, CLI tools, embedded code, and WebAssembly; Homebrew itself uses Rust for critical components. Strong type system and package manager (Cargo) make rapid development practical."
}