File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11## reflex — Local HTTPS referrer emulator ⚡️
22
3+ [ ![ Release] ( https://img.shields.io/github/v/release/samfrm/reflex?sort=semver )] ( https://github.com/samfrm/reflex/releases/latest )
4+ [ ![ Downloads] ( https://img.shields.io/github/downloads/samfrm/reflex/total.svg )] ( https://github.com/samfrm/reflex/releases )
5+
36Emulate real inbound referrers in modern browsers — safely and repeatably.
47
58✨ What it does
@@ -54,6 +57,22 @@ sudo reflex run \
5457
5558Reflex opens your default browser (as your normal user) in a private window and serves a small referrer page using HTTPS with a trusted local cert.
5659
60+ ### 📦 Install / Download
61+
62+ - Download: https://github.com/samfrm/reflex/releases/latest
63+ - One‑liner (Linux/macOS):
64+
65+ ``` bash
66+ OS=$( uname -s | tr ' [:upper:]' ' [:lower:]' )
67+ ARCH=$( uname -m | sed ' s/x86_64/amd64/;s/aarch64/arm64/' )
68+ curl -L " https://github.com/samfrm/reflex/releases/latest/download/reflex_${OS} _${ARCH} .tar.gz" -o reflex.tgz
69+ tar xzf reflex.tgz && rm reflex.tgz
70+ sudo mv reflex /usr/local/bin/
71+ reflex --version
72+ ```
73+
74+ - Windows: Download the latest ` reflex_windows_<arch>.tar.gz ` from Releases and place ` reflex.exe ` on your PATH.
75+
5776### 🔧 Install / Build
5877
5978- 🦫 Go 1.21+
You can’t perform that action at this time.
0 commit comments