Skip to content

Update Muon to 0.5.0#1075

Open
wtlnetwork wants to merge 1 commit into
SteamDeckHomebrew:mainfrom
wtlnetwork:main
Open

Update Muon to 0.5.0#1075
wtlnetwork wants to merge 1 commit into
SteamDeckHomebrew:mainfrom
wtlnetwork:main

Conversation

@wtlnetwork

@wtlnetwork wtlnetwork commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Update Muon to 0.5.0

This change adds an offline compatibility table to the plugin (populated by a JSON file fetched from our documentation repository: https://github.com/wtlnetwork/muon-docs). This is to allow people to view which games are compatible with our plugin while offline. The JSON file is cached locally on plugin load. The reason this JSON is dynamically fetched is to allow new games to be added to the list as they are tested without requiring a whole new package. I checked via Discord whether it is permissible to fetch JSON in this way, and the conclusion was that it would be allowed.

The change also adds an option to select a network channel and band (i.e. 2.4 GHz or 5 GHz). This is to allow a more reliable connection, and to allow people to avoid congested bands. To ensure compliance with the WiFi regulations of various countries, we have included only universally permitted channels: 1, 6, 11, 36, 40, 44 and 48.

We have also made adjustments to the firewall handling. Instead of amending the Steam Deck's main firewall zone, the plugin now creates a dedicated 'muon-hotspot' firewall zone which is associated with only the access point interface. This means that the necessary firewall rules to make access to locally-hosted game servers possible now only apply when Muon is active.

Task Checklist

Developer

  • I am the original author or an authorized maintainer of this plugin.
  • I have abided by the licenses of the libraries I am utilizing, including attaching license notices where appropriate.
  • Generative AI was NOT used to write a majority of the code I am submitting.

Plugin

  • I have verified that my plugin works properly on the Stable and Beta update channels of SteamOS.
  • I have verified my plugin is unique or provides more/alternative functionality to a plugin already on the store.

Backend

Yes: I am using a custom backend other than Python. (The plugin utilises Bash scripts in order to activate/deactivate the hotspot and perform networking tasks)

No: I am using a tool or software from a 3rd party FOSS project that does not have it's dependencies statically linked. (The plugin depends on hostapd and dnsmasq in order to perform network operations - namely, activation/deactivation of the hotspot and service DHCP requests for clients. The binary files are correctly handled via the remote binary handling options withing the packages.json file)

No: I am using a custom binary that has all of it's dependencies statically linked.

Community

(These were filled in as part of our original PR in November. If the requirement is for two additional PRs to be tested per PR rather than overall, please let me know)

Testing

  • Tested by a third party on SteamOS Stable or Beta update channel.
  • Tested by a third party on SteamOS Preview update channel.

@wtlnetwork wtlnetwork requested a review from a team as a code owner June 27, 2026 12:05
@github-actions github-actions Bot added the plugin-update Updating a plugin on the Plugin Store label Jun 27, 2026
@github-actions

Copy link
Copy Markdown

Issues Found

  • Both testing boxes are present in your description. Please remove one of them per the Markdown comment above the testing section.

Next Steps

  1. If we found any issues above, please edit your pull request description to resolve them and leave a comment saying you've done so.
  2. For the quickest review, please see the Community section of the pull request template for how you can help other developers.
  3. Once your description is correct, a maintainer will review your pull request as soon as possible.

Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

This pull request is stale as no updates or testing reports have been posted within the last 7 days. Please ensure you are actively recruiting testers or resolving the issues discussed. If you do not remove the stale label or comment, this will be closed in 7 days. Please close this pull request if you need more time to resolve issues so we can keep our repo healthy.

@github-actions github-actions Bot added the stale label Jul 5, 2026
@TonyWhyD

TonyWhyD commented Jul 7, 2026

Copy link
Copy Markdown

Steam: 1783028805
SteamOS: steamrt3c (July 7th Beta)
Decky: 3.2.6

Download All 1.1.0
AutoFlatpaks 1.6.8
MoonDeck 1.11.3
Decky-Framegen 0.11.17

No issues found

Installed, Set up, and able to host a hot spot
steam deck connected following guide from the GitHub
was able to play Factorio with another steam deck

@github-actions github-actions Bot removed the stale label Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin-update Updating a plugin on the Plugin Store

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants