본문 바로가기
Windows

NexDesk

Free 5MB P2P remote desktop — a real TeamViewer and AnyDesk alternative

NexDesk is a free 5MB P2P remote desktop for Windows and Linux. A real TeamViewer and AnyDesk alternative with AES-256 end-to-end encryption, no ads, no account, no subscription.

v0.4.23·Published February 15, 2025·Updated July 19, 2026·Downloads 8,295· 4.7 (7)
#원격제어#P2P#Rust#Tauri#오픈소스#무료Official site
Downloadv0.4.23
Learn more on the official site

In one line

NexDesk is a 5MB ultra-light P2P remote desktop. Zero ads, zero tracking, no sign-up, no subscription. A genuinely free alternative to TeamViewer and AnyDesk, with support for both Windows and Linux.

  • Installs in a minute, ready to use instantly
  • Direct P2P connection — no cloud relay
  • AES-256 end-to-end encryption
  • A native app rewritten in Rust + Tauri + webrtc-rs
  • 100% free, ad-free, free for life

Why we built it

TeamViewer and AnyDesk are powerful, but they increasingly push even personal users toward paid plans, and existing open-source remote tools were Electron-based and weighed in at a heavy 77MB. "Just the features you need, kept light" — we rewrote the whole thing from scratch for that single idea.

6 core features

1. Direct P2P connection

NAT traversal connects the two devices directly. The signaling server is used only to exchange connection info; the actual video, keyboard and mouse data never passes through a server. Zero cloud cost, minimal latency.

2. E2E AES-256 + X25519

Every session is end-to-end encrypted. Even the server operator (us) cannot see your screen. Key exchange uses X25519, and the payload is encrypted with AES-256-GCM.

3. Unattended access

Set a password in advance and you can connect without the other side approving. Handy for managing your own PC remotely or working on your office computer from home.

4. Multi-monitor

Switch monitors freely mid-session. Keep the original resolution while adjusting image quality. It shines in dual/triple-monitor setups.

5. Adaptive bitrate and FPS

It measures network conditions and adjusts bitrate and FPS automatically. Runs smoothly even on LTE.

6. Chat, file transfer and clipboard sync

Text chat during a session, two-way file transfer, and automatic clipboard sync. Get all your collaboration done on one screen — no separate messenger or file-sharing tool needed.

Compared to commercial alternatives

ItemTeamViewerAnyDeskRustDesk (upstream)NexDesk
Price$34.90+/mo$14.90+/moFreeFree
Commercial usePaidPaidAllowedNo restrictions
Install size~50 MB~5 MB~77 MB~5 MB
Account sign-upRequiredRequiredOptionalNot needed
Ads / trackingPaid adsSomeNoneNone
Direct P2PPartialSupportedSupportedSupported
Open sourceNoNoYesYes

Tech stack

  • Rust — memory safety + native performance
  • Tauri — a desktop framework 1/13 the size of Electron
  • webrtc-rs — pure-Rust WebRTC implementation, handles P2P connections
  • openh264 — open-source H.264 encoder for screen streaming
  • scrap / rdev — screen capture and input hooking

3 distribution formats — which one should you get?

TypeBest forDetails
Setup.exe (NSIS) Everyday users — first time Standard Windows install wizard. Automatically creates Start Menu and desktop shortcuts. Auto-update channel enabled. Most people should get this one.
Portable.zip IT folks with a USB stick, PCs without admin rights No install — just unzip and run. Doesn't touch the registry. When you're done, just delete the folder. Handy for internet cafes, kiosks and the like.
MSI Enterprise IT admins Mass-deploy to many PCs via Group Policy (GPO). Compatible with SCCM, Intune and PDQ Deploy. Supports silent install.

System requirements

  • Windows — Windows 10 1809 or later (64-bit)
  • Linux — x86_64, glibc 2.31 or later (Ubuntu 20.04+, Debian 11+, Fedora 33+)
  • macOS — coming soon (late 2026)
  • 256 MB RAM or more, 30 MB disk
  • Internet connection (a signaling server is needed to establish the P2P connection)

Install and start — 3 steps

  1. Download: pick the file above that matches your environment
  2. Run: after installing (or unzipping), launch NexDesk
  3. Connect: share the 9-digit ID and password shown on screen with the other person → they enter it on their side → connected instantly

Setting up unattended access

Settings → Security → Set a permanent password
  ↓
Now you can connect from anywhere using your PC's ID + password

Security model

  • Every session does key exchange via X25519, then encrypts with AES-256-GCM
  • Passwords are hashed with PBKDF2 (SHA-256, 100,000 iterations)
  • All four channels — screen, mouse, keyboard and clipboard — are encrypted
  • Zero cloud data storage — the signaling server only brokers connection negotiation
  • Logs are stored only on your PC. Nothing is sent externally
  • Open source, so you can verify supply-chain trust

FAQ

I knew this as "RustDesk Lite" before. Is it the same program?

Yes, it's the same program under a new name. We rebranded it to NexDesk in May 2026. Existing users will receive the NexDesk build via auto-update, and settings and account info are preserved.

How is it different from upstream RustDesk?

Upstream provides a full stack — mobile, web client, management console and more — but reaches 77MB. NexDesk focuses on the core desktop P2P features to shrink down to 5MB, with a UI simplified for a Korean environment. Protocol compatibility is intact, so it can still communicate with upstream clients.

Can I use it at work?

Yes, there are no commercial-use restrictions. The license is GPLv3-compatible open source, and Youngsam.net does not separately commercialize it. IT admins can also mass-deploy the MSI version.

Does it work behind firewalls and NAT?

In most home and office NAT environments, hole punching happens automatically. On some symmetric NATs (certain carriers) it falls back to TURN relay via the signaling server. No port forwarding required.

When will Mac be supported?

It's in development, targeting Q4 2026. Built on ScreenCaptureKit, it will support macOS 13 Ventura and later.

Are updates automatic?

If you install via Setup.exe, it checks for a new version in the background once a week and shows a notification. Portable and MSI are updated manually.

Any plans for ads or a paid tier?

None. Youngsam.net covers its operating costs through other projects, and NexDesk will permanently maintain a non-commercial, ad-free policy.

Roadmap

  • Q3 2026 — mobile client (Android first)
  • Q4 2026 — official macOS support
  • Q1 2027 — multi-user session management (small-team environments)
  • Q2 2027 — screen recording and session log options

References and contact

  • Official site: nexdesk.youngsam.net
  • Old site (RustDesk Lite): auto-redirected
  • Bug reports and feature requests: GitHub Issues
  • Contact: info@youngsam.net
Version history(5)
v0.4.23Latest
May 3, 2026
리브랜드: RustDesk Lite → NexDesk - 새 도메인 nexdesk.youngsam.net으로 이전 - 안정 다운로드 URL 도입 (/download/native_setup·_portable·_msi) - 적응형 화질 알고리즘 개선 - 한국·일본 신호 서버 응답성 향상 - 보안 패치 — 신호 서버 인증 토큰 회전 주기 단축 - 기존 설정·계정 정보는 자동 마이그레이션
v0.4.0
January 15, 2026
적응형 화질 + 자동 업데이트. - 네트워크 측정 기반 적응형 비트레이트·FPS - 자동 업데이트 채널 (Setup 버전) - HEVC(H.265) 옵션 (선택, 호환 GPU 필요) - 입력 지연 평균 38ms → 22ms 개선 - 다크 테마 지원
v0.3.0
September 8, 2025
파일 전송 + 채팅 + 클립보드 동기화. - 양방향 파일 전송 (드래그&드롭) - 세션 중 텍스트 채팅 - 클립보드 자동 동기화 (텍스트·이미지) - TURN relay 자동 fallback (대칭 NAT 환경) - 신호 서버 한국·일본 리전 추가
v0.2.0
May 22, 2025
다중 모니터 + 영구 비밀번호. - 다중 모니터 자유 전환, 원본 해상도 유지 - 영구 비밀번호 설정 → 무인 접속 모드 - Linux x86_64 (Ubuntu 20.04+) 정식 지원 - 한국어 UI 최적화 - 메모리 사용량 ~30% 감소
v0.1.0
February 15, 2025
초기 출시. - P2P 직접 연결 (NAT 트래버설) - AES-256 + X25519 종단 간 암호화 - Windows 10/11 (64-bit) 지원 - 9자리 ID + 임시 비밀번호 기반 1회성 접속 - 기본 화질 모드 (FHD 30fps 고정)