Skip to content
View zackees's full-sized avatar
🎯
Focusing
🎯
Focusing
  • San Francisco
  • 03:07 (UTC -07:00)

Highlights

  • Pro

Organizations

@FastLED

Block or report zackees

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
zackees/README.md

Zach Vorhies  ·  zackees

Ex-Google. I've spent a career getting big software onto constrained hardware — Google Earth into Audi's in-car navigation, YouTube onto TVs and game consoles. The embedded chapter is recent: the FastLED ecosystem — the library, a Rust build tool, a browser compiler, a video mapper — and a Rust stack aimed at making C++/embedded builds fast enough to actually iterate in.

FastLED fbuild transcribe-anything followers


The FastLED ecosystem

Project Lang What it is
FastLED C++ The addressable-LED library. ~13,000 commits — roughly 17× the next contributor. Current work: parallel-IO channel engines (FlexIO, ObjectFLED, ESP32 PARLIO / LCD_CAM / I2S) driving clockless and SPI modes through one dispatch path.
fbuild Rust Multi-platform embedded build tool — compiler, deployer, emulator runner and serial monitor. Reads the platformio.ini you already have, builds through a Rust-native pipeline. Effectively sole-authored. pip install fbuild
ledmapper TS Maps video onto physical WS2812 / APA102 arrays. Live at www.ledmapper.com.
fastled-wasm TS + Rust Browser compiler for FastLED sketches — 3-second compile and 1-second deploy on fast machines. pip install fastled

Developer velocity, in Rust

Everything below exists because C++ and embedded build times are the whole inner loop.

soldr zccache

Project Lang What it is
zccache Rust Local-first compiler cache for C/C++/Rust/Emscripten — drop-in replacement for sccache and ccache, with a one-line installer and binaries for every platform.
soldr Rust Rust tools delivered as prebuilt, cached artifacts — first run in seconds instead of a cold compile.
reld Rust Fork of the wild linker aimed at incremental relinking for the inner dev loop — Linux native, Windows/macOS via an lld bridge. Early days.
running-process Rust Subprocess replacement that tracks zombie processes and launches PTYs. Ships to PyPI and crates.io.
clud Rust Sandboxed Claude & Codex agent CLI — "safety third and God Mode always."

transcribe-anything

Multi-backend Whisper app — blazing fast, Mac-arm optimized, insta-install. 1,300+ ★ and the most-used standalone tool here.


The Python layer underneath

Older and lower-profile than the work above, and still the highest-traffic thing on the account — 300k+ installs a month.

static-ffmpeg running-process uv-iso-env clang-tool-chain

Layer Projects
Static binaries & toolchains static-ffmpeg · clang-tool-chain · static-sox · static-npm
Environments uv-iso-env · setenvironment
Media ytclip · video-subtitles · vidcrawler
Systems mimalloc-pprof · virtual-fs · rclone-api · memex
How the Python pieces stack

Real dependency edges, taken from the published package metadata:

flowchart TD
    TA["transcribe-anything"]
    YT["ytclip"]
    SF["static-ffmpeg"]
    IE["uv-iso-env"]

    TA --> SF
    TA --> IE
    YT --> SF
Loading
Working with me

Open source first — if a client project needs a piece that doesn't exist yet, it usually ends up on this profile as a standalone package with tests, CI and a release. That's why there are 200+ repos here, and why some of the smallest ones carry the most traffic.

Based in San Francisco.

Pinned Loading

  1. transcribe-anything transcribe-anything Public

    Multi-backend whisper app. Blazing fast. Mac-arm optimized. Easy install. Input a local file or url and this service will transcribe it using Whisper AI. Completely private and Free 🤯🤯🤯

    Python 1.4k 140

  2. install.py install.py Public

    Super easy script that can make a virtual env

    Shell 6 2

  3. static_ffmpeg static_ffmpeg Public

    The easiest way to get ffmpeg v8 installed through python. Win/Mac/Linux.

    Python 72 14

  4. ytclip ytclip Public

    Downloads and clips videos from youtube, rumble, bitchute (using yt-dlp) and clips the video using ffmpeg.

    Python 28 7

  5. zcmds zcmds Public

    Swiss army knife of insanely productive CLI and AI tools. Cross platform.

    Python 43 5

  6. isolated-environment isolated-environment Public archive

    Internal venv management to fix AI dependency hell in python

    Python 9 1