Here are hledger binaries ready to run on your platform. Choose GNU/Linux, Mac or Windows and follow the instructions. If you have any trouble, please report it (-> Support). To build your own custom version of hledger, see the cabal installation docs instead.
| GNU/Linux | Mac | Windows |
|---|---|---|
Download the appropriate (32-bit or 64-bit) linux binary, usually by right-click -> save as.
Go to your browser's download directory in a terminal window.
If the file did not get decompressed, do that now: gunzip hledger-*.
Rename the binary to hledger.
Make it executable: chmod +x hledger.
Try running it: ./hledger --help.
|
Download the mac (OSX intel) binary, eg by right-click -> save as.
Open a terminal window and go to your browser's download folder.
If the file did not get decompressed, do that now: gunzip hledger-*.
Rename the binary to hledger.
Make it executable: chmod +x hledger.
Try running it: ./hledger --help.
|
Click the windows binary to download and unzip it to (eg) your desktop. Double-click on the unzipped file to run the web interface (the default behaviour on windows). A security dialog may pop up, where you can choose whether other machines may access your hledger web interface. |