Skip to content
View shazeus's full-sized avatar
😋
😋

Block or report shazeus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shazeus/README.md

Shazeus — native creative tools and security-minded software

Portfolio  ·  Repositories  ·  Links

Software for editors, developers, and the space between

I'm Shazeus. I build native Adobe plug-ins, desktop media utilities, and focused command-line tools. The subjects change, but the goal usually does not: take a real workflow, remove unnecessary steps, and ship something people can run locally.

Right now, most of my work sits in three areas:

  • Creative tooling — native effects and utilities for After Effects, Premiere Pro, and media workflows.
  • Applied inference — bringing computer-vision models into practical desktop software with explicit performance and failure behaviour.
  • Developer and security tools — small Python CLIs for auditing, reconnaissance, automation, and day-to-day operations.

Featured engineering

DepthVision — monocular depth, inside Adobe

C++ · Adobe SDK · ONNX Runtime · DirectML · CMake

A native After Effects and Premiere Pro effect that turns an ordinary frame into relative depth without sending footage to a remote service. It packages Depth Anything V2 with GPU/CPU execution, robust range normalization, edge-aware refinement, temporal stabilization, and eight compositing outputs. The Windows beta includes a reproducible installer, checksums, tests, and a documented runtime layout.

Download · Processing pipeline · Architecture

Linear — technical overlays from image regions

C++17 · Adobe SDK · Computer Vision · CMake

An open-source native Adobe effect that detects color- or motion-derived regions and renders tracked boxes, markers, networks, measurement grids, paths, labels, and region-confined fills. Its shared core is render-order independent, covered by 43 dependency-free tests, and built on Windows and Linux in CI.

Releases · Architecture · User guide

More projects

Project What it is Main stack
LambDownload A desktop media downloader with editor-safe output and drag-and-drop into creative applications. TypeScript, React, Electron, Python, FFmpeg
Shellguard A terminal session recorder that audits command streams for exposed secrets and risky shell patterns. Python, PTY, JSONL
GhSpy A GitHub OSINT CLI for public profile, activity, technology, identity, and collaboration analysis. Python, GitHub API
dotfiles-tool A profile-aware dotfile manager for tracking, encrypting, syncing, and restoring configuration. Python, Git

Working stack

Area Tools I use in public projects
Native and media C++ CMake Adobe SDK ONNX Runtime DirectML FFmpeg
Desktop and web TypeScript React Electron Node.js
CLI and automation Python PowerShell GitHub API Docker Kubernetes
Build and delivery GitHub Actions Inno Setup packaged runtimes release checksums

How I like to build

I prefer projects that end in an installable tool, not only a source tree. That means treating packaging, failure messages, documentation, validation, and known limits as part of the product. I also keep inference and media processing local when the workflow allows it.

Several projects are still beta or experimental. Their READMEs say what has actually been validated and what still needs host or platform testing; I would rather make the boundary visible than hide it behind a version number.


The best place for a project question is its issue tracker.
For everything else: shazeus.github.io

Pinned Loading

  1. LambDownload LambDownload Public

    LambDownload lets you search or paste a YouTube URL, choose a quality, download the media locally, and drag the finished file directly into Premiere Pro, After Effects, DaVinci Resolve, Finder, Exp…

    TypeScript 1

  2. probe-tool probe-tool Public

    probe is a multi-module security testing CLI for CTF practice and authorized security learning.

    Python 1

  3. ghspy ghspy Public

    GitHub OSINT tool — extract intelligence from any GitHub user profile

    Python 1

  4. shellguard shellguard Public

    Terminal session recorder and security auditor

    Python