Minimum
- OS
- Windows 10 (1809+)
- Arch
- x64 or ARM64
- RAM
- 4 GB
- Disk
- 150 MB free
Free and open source. Runs natively on Windows 10 and 11 — no subscription, no account, no catch.
Or install from the Microsoft Store · Build from source
WinNewsWire uses the Microsoft Edge WebView2 runtime to render articles. It ships with Windows 11 and recent Windows 10 updates — if it's missing, the installer will prompt you to add it.
Grab the latest signed .msix installer from the button above, or search for “WinNewsWire” in the Microsoft Store.
Double-click the package and choose Install. Windows verifies the signature and adds WinNewsWire to your Start menu — no admin rights required.
Launch the app, press Ctrl + N, and paste any blog or site URL. WinNewsWire finds the feed for you. New here? Read the getting-started guide.
WinNewsWire is fully open source. Clone the repository and build it with the .NET 8 SDK and Visual Studio 2022 (with the Windows App SDK workload).
# Clone & build git clone https://github.com/jcqtech/WinNewsWire.git cd WinNewsWire # Restore & run tests dotnet restore WinNewsWire.sln dotnet test # Open in Visual Studio 2022 start WinNewsWire.sln
The help guide covers setup, importing feeds, keyboard shortcuts, and troubleshooting.