You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- macOS with Homebrew: `gtk4`, `pixman`, `pkgconf`
72
71
73
72
Build from source with:
74
73
@@ -103,16 +102,15 @@ Some features have extra requirements:
103
102
104
103
## 🌍 Platform Notes
105
104
106
-
- Release artifacts are produced for Linux and macOS on both `x86_64` and `arm64`.
107
-
-`qd2 connect` currently targets Unix-style environments.
105
+
- Release artifacts are produced for Linux on both `x86_64` and `arm64`.
106
+
-`qd2 connect` currently targets Linux environments.
108
107
- DMABUF import is currently available on Linux GTK builds.
109
108
- Some host integrations, especially Wayland, PipeWire, and private libvirt sockets, depend on the runtime session and permissions you launch QD2 with.
110
109
111
110
## ⚠️ Known Limitations
112
111
113
-
- Linux is the most exercised platform today; macOS builds are produced, but are less battle-tested.
114
-
- The viewer is currently Unix-oriented and does not target Windows.
115
-
- DMABUF acceleration is Linux-only; other platforms fall back to software framebuffer updates.
112
+
- The viewer is Linux-only.
113
+
- DMABUF acceleration depends on the host Linux GTK stack and render node support.
116
114
- Running QD2 under `sudo` can break desktop integrations like audio or clipboard unless the relevant user-session environment is preserved.
117
115
- Some guest features depend on the VM configuration, not just QD2 itself; clipboard and audio both require the right QEMU-side wiring.
118
116
- Support is focused on a single interactive viewer window per `connect` session rather than advanced management features like USB redirection or file transfer.
@@ -123,7 +121,7 @@ Prebuilt binaries are published on the [GitHub Releases](https://github.com/thel
123
121
124
122
Each release includes:
125
123
126
-
- packaged binaries for Linux and macOS on both `x86_64` and `arm64`
124
+
- packaged binaries for Linux on both `x86_64` and `arm64`
127
125
- Linux `.deb` and `.rpm` packages with the desktop launcher and icon included
128
126
- release notes generated with `npx changelogithub`
129
127
- a `SHA256SUMS.txt` file for checksum verification
0 commit comments