docs: update documentation to reflect cross-platform support#54
Merged
ashishkurmi merged 4 commits intostep-security:mainfrom May 4, 2026
Merged
Conversation
…ent codebase - Remove "macOS only" from Known Limitations; document macOS + Windows support - Add Windows download instructions to Quick Start (README, community-mode) - Update scheduled scanning references: launchd (macOS) + schtasks (Windows) - Add schtasks/ to project structure - Add Windows paths to IDE detection table (SCAN_COVERAGE.md) - Add Windows paths to MCP config tables (SCAN_COVERAGE.md, mcp-audit.md) - Add cross-platform notes to CLI tools, agents, frameworks, extensions - Fix JSON schema: add agent_url, node_packages, correct mcp_configs field names - Add missing IDE types (openvsx) and flags (--search-dirs, --disable-npm-scan) - Update adding-detections guide with actual struct fields and Windows patterns - Replace jq filtering description with Go-native filtering (mcp-audit.md) - Remove hardcoded version numbers from examples
- Add Linux to all platform references (was missing entirely) - Add all JetBrains IDEs back to SCAN_COVERAGE IDE table with 3-column layout - Add systemd to all scheduled scanning references (was incorrectly listed as "on the roadmap") - Add Homebrew, Python, and System Package scanning sections to SCAN_COVERAGE - Add Windsurf, Antigravity, JetBrains, Eclipse, Xcode plugin detection to extensions section - Add 6 missing CLI flags to README and community-mode docs - Add 13 missing JSON fields and 6 summary counts to reading-scan-results schema - Add 15 missing IDE types to reading-scan-results reference - Fix Known Limitations to reflect actual state (remove false "macOS only" and "on the roadmap" claims) - Add Linux release binary download instructions (incl. deb/rpm) - Update configuration table (brew scan, python scan, log level)
Keep our version which has Linux detection column, expanded IDE extensions section (Windsurf, Antigravity, Eclipse, Xcode), and cross-platform MCP config paths.
ashishkurmi
approved these changes
May 4, 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.
What does this PR do?
Type of change
Testing
./stepsecurity-dev-machine-guard --verbose./stepsecurity-dev-machine-guard --json | python3 -m json.toolmake lintmake testRelated Issues