// MENKETECHNOLOGIESMETA

>_ONE REPO, EVERY MENKETECHNOLOGIES PROJECT

161-submodule umbrella for the entire MenkeTechnologies stack. Clone once with git clone --recurse-submodules and a fresh host has the language (strykelang), the shell (zshrs), the bytecode VM behind all fourteen languages — strykelang, zshrs, awkrs, vimlrs, elisprs, rubylang, phplang, pythonrs, node-js, arb, javars, kotlinrs, scalars, groovyrs — (fusevm), 6 Rust CLI tools, 2 TUIs, 16 Tauri v2 GUI desktop apps (Audio-Haxor, traderview, ztranslator, zoffice, zemail, zpdf, zphoto, zstation, zcite, zreq, zftp, zgo, zcontainer, ztunnel, zthrottle, zmax-gui), the zpwr-daw DAW arranger engine, 3 JUCE audio plugins, 33 stryke-ecosystem repos, 28 zsh plugins, 14 editor / multiplexer plugins, a Chrome extension, the public website, the app-store storefront, the MenkeTechnologiesPublications book pipeline, and 2 web-API services.

177
submodules
88
rust crates
28
zsh plugins
7
tiers
450+
dsp blocks
~7.8 GB
total checkout

STACK ARCHITECTURE

The MenkeTechnologies stack: one execution engine (fusevm) under fourteen language frontends, shared substrates (zwire-host, zgui-core, zdsp-core, zpwr-patch-core), and the domains built on top — shell/terminal, CLI tools, the GUI fleet, audio/DAW, the browser, the data connectors, and the publications pipeline.

One execution engine, fourteen languages, shared GUI/DSP/host substrates, every domain on top. See all 36 architecture diagrams in the illustrated invention ledger.

QUICK START

# clone everything
git clone --recurse-submodules https://github.com/MenkeTechnologies/MenkeTechnologiesMeta.git
cd MenkeTechnologiesMeta

# or after the fact
git submodule update --init --recursive

# faster (parallel)
git clone --recurse-submodules -j 8 https://github.com/MenkeTechnologies/MenkeTechnologiesMeta.git

TIERS

64Tier 1 — Core

strykelang, zshrs, fusevm, vimlrs (standalone VimL interpreter), elisprs, lsofrs, temprs, awkrs, iftoprs, zcolorizer, grcrs, nmaprs, powerliners, zpwr, ztranslator, ztranslator-core, Audio-Haxor, traderview, zpwr-daw, zpwr-crate, zpwr-embed-terminal, zpwr-file-browser, zpwr-algo-production, zpdf, zpdf-core, zemail, zemail-core, zoffice, zphoto, zphoto-core, zoffice-core, zstation, zstation-core, zcite, zreq, zreq-core, ztunnel, ztunnel-core, zgo, zgo-core, zftp, zftp-core, zcontainer, zcontainer-core, zterminal, ztmux-core, ztmux, zmax, zmax-gui, zmax-gui-core, htoprs, zthrottle, zthrottle-core, zwire-host

34Tier 2 — Stryke ecosystem + tap

homebrew-menketech + 32 stryke-* packages: 25 per-service connector & data libraries (aws, azure, gcp, k8s, kafka, mongo, postgres, mysql, mssql, redis, neo4j, clickhouse, scylla, duckdb, polars, parquet, arrow, spark, grpc, zmq, docker, search, scrape, selenium, email) + stryke-demo + stryke-gui (GUI automation bridge) + stryke-utils (pure stryke library) + stryke-fleet (parallel expect/PTY automation) + stryke-mcpd (native-binary MCP servers) + stryke-office (Office/ODF/PDF import+export) + stryke-app (GUI Automation Bus bridge — drive owned apps by name)

1Tier 3 — Completions corpus

zsh-more-completions (47,393 completion functions; largest curated corpus in existence)

28Tier 4 — Zsh plugins

full ZPWR_GH_PLUGINS canonical list — completions, aliases, fzf-tab, zunit, revolver, gh_reveal, zsh-expand, …

20Tier 5 — Editor / multiplexer plugins

VimColorSchemes (732 schemes one-bundle), vim-stryke / vscode-stryke / emacs-stryke (stryke support), vim-zsh / vscode-zsh / emacs-zsh (zshrs support), vscode-awk / vim-awk / emacs-awk (awkrs support), vscode-viml / vim-viml / emacs-viml (vimlrs support), tmux-fzf-url

22Tier 6 — Apps, extensions, web & web-APIs

zwire, zpwrchrome, storageshower, zpwr-jobs (job-application pipeline CLI), MenkeTechnologies.github.io, api-rest-generator, LearningCollectionAPI, zpwr-synth, zpwr-fx, zpwr-midi-fx (JUCE audio plugins), zpwr-patch-core (shared patch graph), zpwr-hooks-editor (shared stryke Hooks editor), zpwr-i18n (shared i18n runtime), zpwr-clip-engine (shared arranger/sequencer frontend), zgui-core (shared cyberpunk GUI toolkit), zgui-bridge (GUI Automation Bus socket host), zpwr-modal-editor (shared Vim/Emacs modal-editing surface), zdsp-core (shared audio DSP engine), zpwr-theme (VS Code + JetBrains cyberpunk theme), zpwr-license, app-store (storefront), MenkeTechnologiesPublications (paid book pipeline)

8Tier 7 — znative plugins

zshrs-forgit (git+fzf), zshrs-git-fuzzy (fzf git UI), zshrs-git-repos (parallel repo scan), zshrs-revolver (progress spinner), zshrs-kubectl-completion, zshrs-zsh-z (frecency dir jumper), zshrs-fasd (frecency files+dirs), zshrs-reveal (open repo pages) — classic zsh utilities ported to native compiled cdylib zshrs plugins installed via znative

DOCUMENTATION

Doc sites for the products mirrored in this repo. Every other project's docs live at menketechnologies.github.io/<repo>/ — see the full docs index for all of them.

ztranslator

Docs Report Port report

Audio-Haxor

Docs Tutorial Report

traderview

Docs Report

zpwr-synth

Docs Guide Reference Report

zpwr-midi-fx

Docs Guide Reference Report

zpwr-patch-core

Docs Report

zpwr-daw

Docs Report

zpwr-algo-production

Docs Report

app-store

Docs Report

zthrottle

Docs Report

zthrottle-core

Docs Report

COMMON OPERATIONS

# pull every submodule to its remote tip
git submodule update --remote --merge

# status across every submodule at once
./bin/status-all

# run any command inside every submodule
./bin/foreach 'test -f Cargo.toml && cargo build --release || true'

# bump every submodule pointer to current HEAD in one commit
./bin/sync-pointers && git push

HOMEBREW TAP

Every Rust CLI binary ships through a single tap, auto-bumped by each repo's release workflow.

brew tap MenkeTechnologies/menketech
brew install stryke zshrs lsofrs iftoprs awkrs nmaprs temprs storageshower powerliners

FULL SUBMODULE MAP

See the README submodule map for the per-tier breakdown with one-line descriptions for every project, or jump straight to the engineering report for codebase-wide metrics.