>_ How to install & play

Follow the steps for your operating system, then download the matching file below.

Note : a 256-color terminal is recommended for the best experience.
  1. Download the file for your system below.
  2. Open PowerShell in the download folder, then run: .\Farental.exe
  3. If Windows SmartScreen appears, click "More info" then "Run anyway".
  4. Optional: add the folder to your PATH so you can run it from anywhere. setx PATH "%PATH%;C:\path\to\folder"
  1. Download the file for your system below.
  2. Make the file executable: chmod +x Farental
  3. Run it: ./Farental
  4. Optional: add the folder to your PATH so you can run it from anywhere. mv Farental ~/.local/bin/
  1. Download the file for your Mac (Intel or Apple Silicon) below.
  2. Make the file executable: chmod +x Farental
  3. Remove the quarantine flag so macOS will let it run: xattr -d com.apple.quarantine Farental
  4. Run it: ./Farental
  5. Optional: add the folder to your PATH so you can run it from anywhere. sudo mv Farental /usr/local/bin/
>_ Client downloads

version: 1.2.3

12-08-2026

downloads

Windows (amd64) (16.3 MiB) SHA-256: 673ef100836fc5148312b96f18ed11fbcdf6ad8308fc67fa973a30143ab22796
Linux (amd64) (15.7 MiB) SHA-256: 20ab6427e68cd42eda9771b98f224e6ae960e5ad37101e66c58a4b48ff9137f0
Linux (arm64) (14.4 MiB) SHA-256: a28436fb5fa8e937aac5174126d3c814c824bdbdbe96c2a7ab0771b7f7ce14b7
macOS (Intel) (16.1 MiB) SHA-256: 88f767ed024f9313245ef430fd94cd32ebc2242ddbcfd119483279bf2846a50f
macOS (Apple Silicon) (14.8 MiB) SHA-256: 7052498ccbed3fa2f4ad7fbe76f6afda608f4426d2a5df4826d57bbbaa199399

Fixes

  1. Removed unsupported shortcuts (g/home and G/end)
  2. Fixed an error that occurred in the bank when transferring no items
  3. Improvements to the Auction House menu
  4. Click with Enter or Space
  5. Added help
  6. Improvements to the Auction House buy screen
  7. Removed the “?” shortcut from the help
  8. Updated the help to display “Space - Interact” when the filter button has focus
  9. Improved the help on the new bid screen
  10. Removed unnecessary spaces from several screens
>_ Build from source

The client is open-source. Prefer to build it yourself? Follow the steps below.

  1. Install Go 1.25 or newer.
  2. Clone the repository: git clone https://github.com/Farental-Project/farental-tui.git
  3. Build the client: cd farental-tui/src && go build -o Farental .
  4. Run it: ./Farental
GitHub
>_ Screenshots