Windows install support: detect OS on home, add /install.ps1 route#5
Merged
Conversation
Detects Windows via navigator.userAgent on mount and swaps the install snippet (and copy handler) to `irm | iex`. Also switches the curl flags to `-LsSf`. Co-Authored-By: julien-agent <Agents+cyolo@huggingface.co>
Mirrors /install.sh but fetches upstream with a PowerShell user-agent so installama.sh returns the PowerShell variant of the installer. Co-Authored-By: julien-agent <Agents+cyolo@huggingface.co>
Co-Authored-By: julien-agent <Agents+cyolo@huggingface.co>
Co-Authored-By: julien-agent <Agents+cyolo@huggingface.co>
allozaur
approved these changes
May 16, 2026
gary149
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
navigator.userAgentand swap the displayed install snippet (and copy handler) toirm https://llama.app/install.ps1 | iex.-LsSf./install.shbut fetching upstream with aPowerShell/7.0user-agent so installama.sh returns the PowerShell variant.Note: the home-page swap happens in a
\$effectafter hydration, so Windows visitors briefly see the curl command before it switches. Acceptable tradeoff given the static deploy — a no-flash fix would need an inline UA-detection script inapp.html.Test plan
/on macOS/Linux — shows curl command, copy copies it./on Windows — showsirm | iexafter hydration, copy copies it.curl https://llama.app/install.shreturns the bash installer.iwr https://llama.app/install.ps1returns the PowerShell installer.