Winget
Winget is the simplest way to install Weaver’s Windows package from the command line and keep it up to date through Windows Package Manager.
Install
Section titled “Install”Open PowerShell or Windows Terminal and run:
winget install --id ScryerMedia.Weaver --exactLaunch Weaver from the Start Menu after installation. Its tray application starts and supervises the server, then makes the interface available at http://localhost:9090.
The first time you open Weaver, follow the setup wizard to choose its access mode and network reach.
Upgrade
Section titled “Upgrade”Weaver has no in-app upgrade, so Winget is the upgrade path for this install. The package installs per-machine, so run it from an administrator PowerShell:
winget upgrade --id ScryerMedia.Weaver --exact- Exit Weaver first. Right-click the tray icon and choose Exit. The installer stops the tray itself if you skip this, but exiting cleanly lets the server finish writing.
- Run the upgrade from the elevated shell above.
- Launch Weaver from the Start Menu. A Winget install is silent, and silent installs never start the tray or open a browser.
- Re-enable Start at sign-in from the tray menu if you used it. The installer removes the old version’s startup entry during the upgrade.
Confirm the new version under System Info in the left navigation.
Do not install the MSI from a GitHub release over a Winget install. Keep one package manager per machine.
Uninstall
Section titled “Uninstall”winget uninstall --id ScryerMedia.Weaver --exactUninstalling the application does not replace a backup. Preserve your Weaver data directory if you plan to reinstall or migrate the instance.
Next Steps
Section titled “Next Steps”- Complete the first-run setup.
- Configure Storage Layout before long-running work.
- Review Security And Access before making Weaver available to other devices.
- The tray menu and the portable zip are described under Desktop App And Binaries.