Windows
Note
Some Windows 11 versions might open Stash via Terminal instead of going to notification area. You can bypass that by running the program as administrator or use a shortcut to run it via conhost.exe.
Install¶
- Download latest
stash-win.exe
binary from GitHub repository. -
Run the executable (typically
stash-win.exe
).Running the executable might present a security prompt since the binary isn't signed yet. Just click more info and then the
run anyway
button. -
If everything went well, it should open a browser tab http://localhost:9999 to get started.
- The program will show an icon in your notification area. You can access some quick links or quit the server from there.
Update¶
- Stop Stash server. Either via icon in the notification area or by stopping the process from Task Manager.
- Download latest
stash-win.exe
binary from GitHub repository. - Delete old
stash-win.exe
binary and replace it with the newly downloaded one. -
Run the executable (typically
stash-win.exe
).Running the executable might present a security prompt since the binary isn't signed yet. Just click more info and then the
run anyway
button. -
If everything went well, it should open a browser tab http://localhost:9999 to get started.
- You might be asked to perform a database migration depending on the changes included in the new release. Follow the steps.
- Automatic backup will be performed before the migration.
- If any issues arise during the migration your database will be automatically restored from the backup.
- You should be good to go.
Remove¶
- Stop Stash server.
- Delete the
stash-win.exe
binary file. - Delete
%userprofile%/.stash
folder.