mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
18 lines
696 B
Markdown
18 lines
696 B
Markdown
# Binaries
|
|
|
|
[**Archives of precompiled binaries of reth are available for Windows, macOS and Linux.**](https://github.com/paradigmxyz/reth/releases) They are static executables. Users of platforms not explicitly listed below should download one of these archives.
|
|
|
|
If you use **macOS Homebrew** or **Linuxbrew**, you can install Reth from Paradigm's homebrew tap:
|
|
|
|
```text
|
|
brew install paradigmxyz/brew/reth
|
|
```
|
|
|
|
If you use **Arch Linux** you can install stable Reth from the AUR using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers) ([paru][paru] as an example here):
|
|
|
|
```text
|
|
paru -S reth # Stable
|
|
paru -S reth-git # Unstable (git)
|
|
```
|
|
|
|
[paru]: https://github.com/Morganamilo/paru |