Linux Apps

Robust, secure, and highly optimized applications built for Linux distributions.

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, web recon, and security auditing on Linux and macOS distributions.

  • Single Rust binary, ~1 MB footprint.
  • Web deep mode (gobuster, nikto, nuclei).
  • No telemetry, completely local execution.
  • Native bash/zsh compatibility.

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

Install via Shell (One-Liner):
curl -fsSL https://raw.githubusercontent.com/subhradeepsarkae-ai/noizz/main/install.sh | sh
Source Code

nr — Universal Media Converter

Free / Open Source

Universal media converter for Linux. 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 workflow with batch support via nr --force.
  • Magic byte detection — identifies files by content, not just extension.
  • Auto-downloads ffmpeg (johnvansickle.com or apt/pacman/dnf).
Install via Shell (One-Liner):
curl -sSL https://raw.githubusercontent.com/subhradeepsarkae-ai/noir/main/scripts/install.sh | bash
Product's Home Source Code

Maze — Universal CLI Video Downloader

Free / Open Source

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

  • 1000+ supported sites via yt-dlp engine.
  • Interactive quality menu or auto-select with --high/--fast.
  • Clipboard support with --clip flag (requires xclip/xsel).
  • Auto-merges video+audio via ffmpeg to AAC/MP4.
Install via pip (Linux/macOS):
pip install git+https://github.com/subhradeepsarkae-ai/maze.git
Product's Home Source Code