strykelang language, the zshrs shell, the
fusevm bytecode VM, Rust CLI tools, Tauri v2 desktop apps,
the 15-repo Stryke ecosystem, 28 zsh plugins, and the umbrella meta
repo that vendors them all. Every site is mirrored under
https://menketechnologies.github.io/<repo>/.
Vendors every MenkeTechnologies project as a git submodule. One git clone --recurse-submodules produces a fully-loaded dev workstation.
The set of projects sharing the unified strykelang-authored documentation template: README header, ToC convention [0xNN], docs/index.html chrome, docs/report.html engineering report, man pages.
strykelangThe fastest dynamic language for parallel ops. Perl 5 interpreter in Rust, bytecode VM + Cranelift JIT, 10,431 builtins.
zshrsThe first compiled Unix shell. 1:1 zsh C-port + extensions, persistent worker pool, AOP intercept, rkyv bytecode cache.
fusevmLanguage-agnostic bytecode VM with fused superinstructions and 3-tier Cranelift JIT. The execution engine behind strykelang, zshrs, awkrs.
lsofrsRust rewrite of lsof — 5-21× faster, 7-tab TUI (ratatui), 31 cyberpunk themes.
temprsTemporary file stack manager. Atomic flock-protected master record, dual indexing (position or @name).
awkrsAWK in Rust. Bytecode VM + Cranelift JIT + persistent rkyv bytecode cache + parallel records.
iftoprsReal-time bandwidth monitor. TUI built on ratatui, 31 themes, process attribution via lsof, NDJSON streaming.
Audio-HaxorTauri v2 desktop GUI app + JUCE engine. VST2/VST3/AU/CLAP scanner, sample vault, DAW project index, KVR version checker.
traderviewTauri v2 desktop GUI app — TraderVue-style trading journal with embedded Postgres, vanilla JS + uPlot frontend. Multi-user axum web service from the same workspace.
nmaprsRust port of nmap. Full async TCP/UDP/SCTP/IP-protocol scans, idle/zombie scans, NSE-style script probes.
powerlinersMature Rust port of Python's powerline-status. 5-binary suite, sub-millisecond render replacing the ~100 ms python startup tax.
Per-service connector libraries for stryke — opt-in packages kept out of the daily-driver binary so the install stays slim.
The largest curated zsh completion corpus in existence — data + completion functions, not an executable.
The plugin family that zpwr and any zsh user can load via zinit / oh-my-zsh.
Chrome extension shipping its own GitHub Pages site.
All sites mirrored under https://menketechnologies.github.io/<repo>/ ·
github.com/MenkeTechnologies