# Install
There are several ways to install `Subscan`, depending on your preferences. You can install it via [Cargo](#install-with-cargo) (Rust's package manager), use [Docker](#pull-docker-image) for containerized environments, or download prebuilt [cross-platform binaries](#download-prebuilt-binaries). Choose the method that works best for your setup
## Install With Cargo
🦀 Install the subscan tool using Cargo, Rust's package manager. Make sure you have [Rust](https://www.rust-lang.org/) installed on your system. Then, run:
```bash
~$ cargo install subscan
```
## Pull Docker Image
🐳 For containerized usage, you can pull the subscan Docker image directly from [Docker Hub](https://hub.docker.com/)
```bash
~$ docker pull eredotpkfr/subscan:latest
```
## Download Prebuilt Binaries
📦 Prebuilt cross-platform binaries are available on the [releases page](https://github.com/eredotpkfr/subscan/releases). Download the one compatible with your operating system