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:
Visit the GitHub repository
Download or clone the repo:
git clone https://github.com/GothamCash/interface.git cd gothamcash
Open
index.html
directly in your browser (double click) OR serve locally with a simple HTTP server:npx serve .
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