| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Download page and redirector for the Vite+ Windows installer. Serves a landing page that auto-detects CPU architecture using UA Client Hints and links to the correct GitHub release asset.
Serves the download page with client-side architecture detection.
Query parameters:
| Param | Description | Example |
|---|---|---|
| arch | Skip the page and redirect directly (x64, arm64) | ?arch=arm64 |
| tag | Pin to a specific release tag | ?tag=v0.1.17-alpha.0 |
When ?arch= is provided, the endpoint returns a 302 redirect instead of the HTML page (useful for CLI/curl).
Redirects to the Vite+ favicon.
vp install
vp dev # start dev server
vp check # format, lint, type check
vp test # run testsDeployed to Cloudflare Workers via Void. Pushes to main trigger automatic deployment.
| Variable | Required | Description |
|---|---|---|
| VOID_TOKEN | Yes (CI) | Void deployment token |
| Back | FazBrowse Home | New Git URL |