A simple minimalist web browser on Uno Platform.
WebSM allows you to have a simple web browser with a minimalist design.
- Simple web browser.
- Easy to use.
Minimum Windows version required: Windows 11 24H2
Recommended Windows version: Windows 11 Latest build
The best method to get WebSM is to install from the Microsoft Store: https://apps.microsoft.com/store/detail/websm/9NVMBH7W0HXF
If you want to install without the Microsoft Store, follow theses steps:
- Download the desktop version file from the releases page.
- Launch the installer.
Depending on your distribution you can install WebSM via different methods.
Vincent OS repository includes all version of WebSM, you can install it via the following command:
pacman -S websm
# Or if you prefer the Lite version
pacman -S websm-liteFor other distributions, you can install the flatpak version:
# Add our Flatpak repostiory
flatpak remote-add --if-not-exists v38armageddon https://repo.v38armageddon.net/flatpak/v38armageddon.flatpakrepo
flatpak install net.v38armageddon.WebSM
# For the Lite version
flatpak install net.v38armageddon.WebSM.LiteYou can download the signed .apk file on the Release page for all versions.
Keep in mind that this is still experimental, unexpected bugs and crashes can occur.
You need to have the Uno Platform extension installed on your IDE.
- Open
WebSM.slnx|WebSM.Lite.slnx - Press F5
- That's it!
- Run
dotnet build ./WebSM.slnx|dotnet build ./WebSM.Lite.slnx - That's it!
WebSM is open to all contributions! You can read more at the CONTRIBUTE.md file.

