# Download hledger is shipped as two executables: `hledger` (the command-line tool) and `hledger-web` (the web interface). If you install `hledger-web`, `hledger` is also installed automatically (except on Windows). ## I want to download and run
| **I'm on Debian or Ubuntu**\ `apt-get install hledger[-web]` **I'm on Gentoo**\ `emerge hledger[-web]` **I'm on Red Hat/Fedora/CentOS**\ `yum install hledger` **I'm on NixOS**\ `nix-env -iA nixpkgs.haskellPackages.hledger` | **I'm on Windows**\ Download, unzip, and run:\ [hledger-0.23.3.win32.zip](http://hledger.org/downloads/hledger-0.23.3-windows-intel32.exe.zip)\ [hledger-web-0.23.3.win32.zip](http://hledger.org/downloads/hledger-web-0.23.3-windows-intel32.exe.zip) | **I'm on Mac**\ Use cabal |