docs: remove false native Windows support claims#113
Merged
George-iam merged 1 commit intomainfrom Apr 17, 2026
Merged
Conversation
README's install line and telemetry spec advertised Windows support, but install.sh rejects any non-linux/darwin OS and the release workflow builds no windows-* binary. Until native Windows work lands, state Linux and macOS only. #!axme pr=none repo=AxmeAI/axme-code
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
linux/darwinand the release workflow builds nowindows-*binary. Claim was demonstrably false.docs/TELEMETRY_TZ.mdsaid machine-id storage was "platform-equivalent on Windows". Same issue — Windows isn't supported today.Replaced both with honest "Linux and macOS" wording. Native Windows support is a separate future effort.
Related false claim in AxmeAI/axme-code-site (schema.org JSON-LD) is being fixed in a parallel PR.
Test plan
grep -n "[Ww]indows" README.md docs/— no user-facing support claims remain (only the accurate/procfallback comment in code)🤖 Generated with Claude Code