Offline version

πŸ•΅οΈβ€β™‚οΈ Offline Version (For Maximum Privacy)

For users who value maximum privacy, security, and decentralization, we strongly encourage using or hosting an offline version of the GothamCash interface.

Running the frontend locally ensures:

  • 🧠 No external tracking scripts

  • 🌐 No DNS or server fingerprinting

  • πŸ”’ No metadata leaks

  • 🀝 More decentralization = greater anonymity set


πŸ”§ Why use the offline version?

While the hosted interface at gotham.cash is simple and secure, advanced users may prefer to:

  • Mix funds without touching the public frontend

  • Avoid exposing IP addresses, browser metadata, or behaviors

  • Increase the number of independent interfaces, making censorship harder

More frontend copies = more robustness & privacy for all.


πŸ“₯ How to run GothamCash offline

You can easily run GothamCash locally in your browser:

  1. Download or clone the repo:

    git clone https://github.com/GothamCash/interface.git
    cd gothamcash
  2. Open index.html directly in your browser (double click) OR serve locally with a simple HTTP server:

    npx serve .
  3. Connect your wallet as usual. Everything runs 100% client-side.


⚠️ Security tips

  • Verify the source code before running it, and the source of download. The only official source is https://github.com/GothamCash. Some people may create backdoored versions, and steal your assets / drain your wallet.

  • Make sure that the official GothamCash contracts are setup in the web file.

  • Prefer running the dApp airgapped, or via Tails OS or Whonix for advanced setups.

  • Never paste notes on a shared or internet-connected machine.

  • Use a secure no-logs VPN with kill-switch activated to encrypt your network activity.


🀝 Contribute

You can also host your own public mirror or help translate, fork, or improve the interface:

  • Every mirror increases GothamCash’s resistance to takedown.

  • Every clone helps strengthen the global anonymity set.


Privacy isn't just a feature β€” it's a right. Run GothamCash your way. πŸ¦‡πŸ’Έ

Last updated