Windows Apps

Native, lightweight, and high-performance desktop applications built for Windows PC.

voiddrop — P2P File Transfer

Project Shut Down

Peer-to-peer file transfer over the terminal. Files stream directly between machines — the relay only coordinates. No accounts, no uploads, no cloud.

Note: This project is currently shut down due to server hosting space limits for open-source projects.

  • Fast mode: instant P2P, no encryption, just filename.
  • Secure mode: AES-256-GCM encrypted with 4-digit code.
  • Secure-Blast mode: encrypted + filename + alphanumeric code.
  • QR mode: scan with phone to download over WiFi.
👉 How to use
vb send photo.jpg --fast
vb receive photo.jpg
Install (one-liner):
iwr -useb https://raw.githubusercontent.com/subhradeepsarkae-ai/voiddrop/master/install.ps1 | iex
Product's Home Source Code

NOIZZ CLI

Free / Open Source

Lightweight, terminal-native reconnaissance CLI. One Rust binary (~1 MB), no bloat, no AI, no cloud. Perfect for rapid port discovery and security auditing directly in Windows via PowerShell.

  • Single Rust binary, incredibly fast execution.
  • Orchestrates Nmap for deep scanning automatically.
  • No telemetry, completely local execution.
  • Native PowerShell compatibility out of the box.

Note: The deep and web-deep commands perform extensive scanning and may take several minutes to complete. Please be patient.

Install via PowerShell (One-Liner):
curl.exe -fsSL https://raw.githubusercontent.com/subhradeepsarkae-ai/noizz/main/install.ps1 | powershell -c -
Source Code

nr — Universal Media Converter

Free / Open Source

Universal media converter for Windows. One binary (493 KB), zero dependencies, auto-downloads ffmpeg. Convert any media file to any compatible format — video, audio, image, and cross-type conversions like image slideshows and audio-to-video wrapping.

  • 109 conversion targets — every format ffmpeg can produce.
  • Clipboard-first: Ctrl+C in Explorer, then nr mp4.
  • Batch mode with nr --force mp4 for all clipboard files.
  • Auto-downloads ffmpeg (gyan.dev build with x264, x265, VP9, AV1, etc.).
Install via PowerShell (One-Liner):
iex "& { $(irm https://raw.githubusercontent.com/subhradeepsarkae-ai/noir/main/scripts/install.ps1) }"
Product's Home Source Code

Maze — Universal CLI Video Downloader

Free / Open Source

Universal CLI video downloader for Windows. Download from YouTube, Instagram, TikTok, Twitter, Facebook, and 1000+ sites directly from your terminal. Rich quality menu, live progress bar, ffmpeg merging with Opus → AAC conversion.

  • 1000+ supported sites via yt-dlp engine.
  • Interactive quality menu or auto-select with --high/--fast.
  • Clipboard support with --clip flag.
  • Opus → AAC conversion for Windows Media Player compatibility.
Install via pip (One-Liner):
pip install git+https://github.com/subhradeepsarkae-ai/maze.git
Windows PowerShell:
powershell -c "iwr -useb https://raw.githubusercontent.com/subhradeepsarkae-ai/maze/main/install.ps1 | iex"
Product's Home Source Code