gui-for-clash-windows-amd64
v1.26.1
Published
Unofficial npm distribution of GUI.for.Clash v1.26.1 for Windows x64
Maintainers
Readme
gui-for-clash-windows-amd64
GUI.for.Clash v1.26.1 for Windows x64, distributed through npm.
This is an unofficial npm repackaging of the unchanged executable published by GUI-for-Cores/GUI.for.Clash. mr-photato maintains the npm package and is not claiming authorship of the upstream application.
Install and run
For a persistent installation (recommended):
npm install --global gui-for-clash-windows-amd64
gui-for-clashOr run it directly:
npx --yes gui-for-clash-windows-amd64The app stores its data directory next to the executable, so a global installation is preferable to a temporary npx cache.
To print the installed executable path without launching it:
gui-for-clash --print-pathFrom Node.js, the package exports that path:
const executablePath = require("gui-for-clash-windows-amd64");Platform
- Windows
- x64 / amd64
- Node.js 16 or newer for the npm launcher
The upstream release does not bundle the Mihomo core; the application manages its runtime resources after launch.
Integrity and source
The executable was extracted without modification from the official GUI.for.Clash-windows-amd64.zip asset for upstream release v1.26.1.
- Official ZIP SHA-256:
f6dd9062b9b5bd9efe1decc5f076f7e674c34ae4b16987ef6cbfc7fd6cf40fab - Packaged EXE SHA-256:
f1d221b687750a02fe6cc8aa5a71dc8a181a2719a63a579751fd8e8ef8eb459b - Upstream tag commit:
ce834ff318d078fe1e9cfabc27afe842a3720705
The corresponding upstream source archive is included under source/. Full provenance is recorded in UPSTREAM.md.
The official Windows executable is not Authenticode-signed. Its checksum above matches the digest published by GitHub for the official release asset.
License
GUI.for.Clash is distributed under GPL-3.0. The complete license text and corresponding source archive are included in this npm package.
