MCPcopy Index your code
hub / github.com/pavlobu/deskreen

github.com/pavlobu/deskreen @v3.2.15

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.2.15 ↗ · + Follow
528 symbols 1,228 edges 173 files 9 documented · 2% 28 cross-repo links updated 2d agov3.2.16 · 2026-07-08★ 21,12319 open issues

Browse by type

Functions 411 Types & classes 117
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Deskreen CE (Community Edition)

platform (Over 2M downloads during 5 years since launch)

Deskreen Logo

Deskreen turns any device with a web browser into a secondary screen for your computer

To learn more visit our website: deskreen.com

Donate to support Deskreen Open-Source

Deskreen is an electron.js based application that uses WebRTC to make a live stream of your computer screen to a web browser on any device. It is available for MacOS, Windows and Linux operating systems. The current open-source Community Edition version has limited features. If you need more features please consider upgrading to Pro version for more features when it is released.


▶️ See how people use Deskreen on Youtube (video tutorials, demos, use cases for Deskreen day to day usage)


Deskreen Frequently Asked Questions


Prerequisites

You will need to have node>=v23 npm>=10 installed.

  1. git clone this repo
  2. npm i
  3. cd ./src/client-viewer && npm i && cd ../..
  4. npm run clean && npm run build && npm run start -- run in prod like mode

for more npm scripts look at package.json

Starting with Custom Local IP

You can start Deskreen CE with a custom local IP address using the --local-ip or --ip CLI flag. This is useful when you want to specify a particular network interface IP address.

macOS

# Using open command (recommended)
open -a "Deskreen CE" --args --ip 192.168.1.100

# Or using the executable directly
/Applications/Deskreen\ CE.app/Contents/MacOS/Deskreen\ CE --ip 192.168.1.100

# Get your IP automatically and launch
open -a "Deskreen CE" --args --ip "192.168.1.100"

Windows

# Using Start-Process (PowerShell)
Start-Process "Deskreen CE" -ArgumentList "--ip", "192.168.1.100"

# Or using the executable directly
"C:\Program Files\Deskreen CE\Deskreen CE.exe" --ip 192.168.1.100

# Or from Command Prompt
start "" "C:\Program Files\Deskreen CE\Deskreen CE.exe" --ip 192.168.1.100

Linux

# If installed via AppImage
./Deskreen\ CE-*.AppImage --ip 192.168.1.100

# If installed via .deb/.rpm package (usually in /usr/bin or /opt)
deskreen-ce --ip 192.168.1.100

# Or using full path
/opt/Deskreen\ CE/deskreen-ce --ip 192.168.1.100

Note: Replace 192.168.1.100 with your actual local IP address. You can find your IP using: - macOS/Linux: ipconfig getifaddr en0 or ifconfig | grep "inet " - Windows: ipconfig (look for IPv4 Address)

When using the --ip or --local-ip flag, the app will use the specified IP for QR codes and connection URLs, while still monitoring the actual network interface status for WiFi connection detection.

Maintainer

License

AGPL-3.0 License © Pavlo (Paul) Buidenkov

Copyright

Electron-Vite MIT License © electron-vite

React MIT License © Facebook, Inc. and its affiliates

Vite MIT License © Vite.js

Electron Builder MIT License © electron-builder contributors

Apache 2.0 © blueprintjs

simple-peer MIT. Copyright © Feross Aboukhadijeh

tweetnacl ISC License © Dmitry Chestnykh, Devi Mandiri, and contributors (https://github.com/dchest/tweetnacl-js)

darkwire.io MIT License © darkwire/darkwire.io

And many many others...

Thanks

🙏 Many thanks to all 🌍 open source community members and maintainers of libraries used in this project.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 233
Method 178
Class 60
Interface 52
Enum 5

Languages

TypeScript100%

Modules by API surface

src/client-viewer/src/features/VideoAutoQualityOptimizer/index.ts22 symbols
src/renderer/src/features/PeerConnection/index.ts21 symbols
src/features/DesktopCapturerSourcesService/index.ts21 symbols
src/features/ConnectedDevicesService/index.ts20 symbols
src/server/darkwireSocket.ts14 symbols
src/features/SharingSessionService/SharingSession.ts14 symbols
src/client-viewer/src/features/PeerConnection/index.ts14 symbols
scripts/undo-version-bump.js14 symbols
scripts/bump-version.js14 symbols
src/client-viewer/src/utils/playerFullscreen.ts13 symbols
src/client-viewer/src/utils/analytics.ts13 symbols
src/server/index.ts12 symbols

Dependencies from manifests, versioned

@biomejs/biome2.3.6 · 1×
@blueprintjs/core6.3.4 · 1×
@electron-toolkit/preload3.0.2 · 1×
@electron-toolkit/utils4.0.0 · 1×
@fortawesome/fontawesome-free7.1.0 · 1×
@material-ui/core4.12.4 · 1×
@roamhq/wrtc0.9.1 · 1×
@types/i18next-node-fs-backend2.1.5 · 1×
@types/kcors2.2.9 · 1×

For agents

$ claude mcp add deskreen \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page