README.md
Available for MacOS, Linux, & Windows
</div>Homepage: https://switchhosts.vercel.app
SwitchHosts is an App for managing hosts file, it is based on Electron, React, Jotai, Mantine, etc.
You can download the source code and build it yourself, or download the built version from following links:
You can also install the built version using the package manager Chocolatey:
choco install switchhosts
SwitchHosts stores data at ~/.SwitchHosts (Or folder .SwitchHosts under the current user's home
path on Windows), the ~/.SwitchHosts/data folder contains data, while the ~/.SwitchHosts/config
folder contains various configuration information.
./, run npm install to install dependented librariesnpm run dev to start the development servernpm run start to start the app for developing or debuging./ foldernpm run buildnpm run make, if everything goes well, the packaged files will be in the ./dist folder.~/.electron
. You can check the Electron Docs for more infomation.# build
npm run build
# make
npm run make # the packed files will be in ./dist
SwitchHosts is a free and open source software, it is released under the Apache License.