GraphCanon updated Aug 13, 2026 · GitHub synced Aug 13, 2026
20views this month
Decision brief
Native Windows tool for Qwen3.6-27B inference without WSL or Docker. Offers speed of 158 tok/s on RTX 5090, 72 tok/s on RTX 3090.
Good fit when
- Need to run Qwen3.6-27B natively on Windows with no reliance on WSL or Docker
- Seeking privacy as it offers offline operation without telemetry
Avoid when
- Require Linux OS, since this tool avoids using WSL for native performance
- If looking for multi-GPU support, as specified speeds are single-GPU focused
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (90d since push)
- As of Aug 13, 2026
- Provenance
- Not a fork · Personal account
- As of Aug 13, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install qwen3.6-windows-server PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Provides native installation and execution of Qwen3.6-27B model on Windows without WSL or Docker. Offers speed rates at 158 tok/s on RTX 5090, 72 tok/s on RTX 3090.
Capability facts
- Languages
- python
Source: github.language · Aug 13, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 13, 2026)
etc.) install into the embedded Python's `site-packages`. ASource link
Source: README excerpt (regex_v1, Aug 13, 2026)
one `INSTALL_DIR` line, paste into Claude Code / Cursor / Codex CLI /Source link
Tags
README
Install TL;DR for CI / agents / scripted installs , one line, no TUI: That installs the runtime, downloads the model if missing, and starts serving on . See Headless / scripted install below for all the flags. Hand the install to a coding agent , copy/paste prompt at . Edit the o...
For agents
This page has a .md twin and JSON over the API.