Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StreamCatcher

StreamCatcher is a macOS download manager with a companion Chrome extension for direct media requests and unencrypted HLS streams.

Launch the interactive product demo

StreamCatcher Download Manager

Highlights

  • Download queue with pause, resume, focus, and organization controls
  • Direct MP4/WebM request detection
  • Unencrypted HLS download support
  • Chrome companion extension
  • Local FFmpeg processing for authorized media

Architecture

flowchart LR
    Browser["Chrome extension"] --> Manager["macOS manager"]
    Manager --> Queue["Download queue"]
    Queue --> Direct["Direct media"]
    Queue --> HLS["Unencrypted HLS"]
    HLS --> FFmpeg["Local FFmpeg processing"]
    Direct --> Files["Local files"]
    FFmpeg --> Files
Loading

Responsible use

StreamCatcher is intended only for media the user owns or is authorized to download. It does not bypass DRM or access controls.

Source availability

The implementation is private and proprietary. This public repository contains product documentation only.

Copyright © 2026 Ayoub Odf. All rights reserved.

Releases

Packages

Contributors