Redshift is a secure, professional-grade Hierarchical Deterministic (HD) account generator for the Stellar network. Built with privacy and security as top priorities, it allows users to generate mnemonics and derive account keys completely offline.
Caution
The domain stellarfox.net is no longer affiliated with this project or its original creators.
It has been hijacked and is currently being used as a phishing site. The "key generator" hosted there is NOT the legitimate Redshift application.
NEVER generate keys on that website. It is suspected of using pre-determined or compromised entropy to steal private keys.
The ONLY legitimate and safe way to use Redshift is via this GitHub repository or its official GitHub Pages deployment: https://stellar-fox.github.io/redshift/
- Full Offline Support: Designed to be run on air-gapped machines for maximum security.
- Modern PWA Architecture: Installable as a native-like application on mobile and desktop.
- Standard Compliant: Implements BIP39, BIP32, BIP44, and SEP-0005 specifications.
- Multilingual: Supports mnemonic generation in English, Japanese, French, Spanish, and more.
- Type Safe: Fully modernized codebase using TypeScript for enhanced reliability.
-
Clone the repository:
git clone https://github.com/stellar-fox/redshift.git cd redshift -
Install dependencies:
npm install
-
Run the application:
npm run dev -w @stellar-fox/redshift-app
To generate a production-ready build:
npm run build -w @stellar-fox/redshift-appFor maximum security when generating high-value keys:
- Download the latest release as a ZIP file.
- Transfer it to an air-gapped (never connected to the internet) computer.
- Open
index.htmlin a modern browser. - Generate your mnemonic and write it down on paper.
If you find this software useful and would like to support the original creators:
GAUWLOIHFR2E52DYNEYDO6ZADIDVWZKK3U77V7PMFBNOIOBNREQBHBRR
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Created with ❤️ by the original Stellar Fox team.