Projects — Documentation Index

44 GitHub Pages docs sites across 6 tiers — the 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>/.

Umbrella — one-command setup for the entire stack

Vendors every MenkeTechnologies project as a git submodule. One git clone --recurse-submodules produces a fully-loaded dev workstation.

MenkeTechnologiesMeta

64-submodule umbrella: language, shell, VM, CLIs, GUIs, plugins, completions. Helper scripts, CI gate suite, per-tier README.

Tier 1 — Core (12)

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.

strykelang

The fastest dynamic language for parallel ops. Perl 5 interpreter in Rust, bytecode VM + Cranelift JIT, 10,431 builtins.

zshrs

The first compiled Unix shell. 1:1 zsh C-port + extensions, persistent worker pool, AOP intercept, rkyv bytecode cache.

fusevm

Language-agnostic bytecode VM with fused superinstructions and 3-tier Cranelift JIT. The execution engine behind strykelang, zshrs, awkrs.

lsofrs

Rust rewrite of lsof — 5-21× faster, 7-tab TUI (ratatui), 31 cyberpunk themes.

temprs

Temporary file stack manager. Atomic flock-protected master record, dual indexing (position or @name).

awkrs

AWK in Rust. Bytecode VM + Cranelift JIT + persistent rkyv bytecode cache + parallel records.

iftoprs

Real-time bandwidth monitor. TUI built on ratatui, 31 themes, process attribution via lsof, NDJSON streaming.

Audio-Haxor

Tauri v2 desktop GUI app + JUCE engine. VST2/VST3/AU/CLAP scanner, sample vault, DAW project index, KVR version checker.

traderview

Tauri v2 desktop GUI app — TraderVue-style trading journal with embedded Postgres, vanilla JS + uPlot frontend. Multi-user axum web service from the same workspace.

nmaprs

Rust port of nmap. Full async TCP/UDP/SCTP/IP-protocol scans, idle/zombie scans, NSE-style script probes.

powerliners

Mature Rust port of Python's powerline-status. 5-binary suite, sub-millisecond render replacing the ~100 ms python startup tax.

zpwr

The terminal OS. 463+ verbs, 172k LOC, zinit-based, stryke-powered.

Tier 2 — Stryke Ecosystem (15)

Per-service connector libraries for stryke — opt-in packages kept out of the daily-driver binary so the install stays slim.

stryke-arrow

Apache Arrow + Parquet + Feather + arrow-CSV/JSON integration.

stryke-aws

AWS SDK bindings (S3, EC2, SQS, Lambda, …).

stryke-demo

Demo scripts + example programs.

stryke-docker

Docker engine API client.

stryke-duckdb

DuckDB embedded analytics.

stryke-gcp

Google Cloud Platform SDK bindings.

stryke-grpc

gRPC client/server.

stryke-k8s

Kubernetes API client.

stryke-kafka

Kafka producer/consumer (rdkafka bindings).

stryke-mongo

MongoDB driver.

stryke-mysql

MySQL/MariaDB driver.

stryke-parquet

Apache Parquet read/write.

stryke-postgres

PostgreSQL driver.

stryke-redis

Redis client.

stryke-spark

Apache Spark integration.

Tier 3 — Completions Corpus (1)

The largest curated zsh completion corpus in existence — data + completion functions, not an executable.

zsh-more-completions

37,135-completion zsh corpus: 9,253 src/ + 23,387 more_src/ + 3,398 man_src/ + 1,087 architecture_src/ + 10 override_src/.

Tier 4 — Zsh Plugin Family (14)

The plugin family that zpwr and any zsh user can load via zinit / oh-my-zsh.

zsh-expand

Expand aliases / global aliases / typos on space.

zsh-cargo-completion

Cargo completion.

zsh-learn

MySQL/MariaDB-backed learning collection — save, query, quiz.

zsh-git-acp

git add commit push in one keybinding.

zsh-better-npm-completion

Better npm completion.

zsh-cpan-completion

CPAN completion.

zsh-dotnet-completion

.NET completion.

zsh-gem-completion

Ruby gem completion.

zsh-git-repo-cache

Git repo cache helper.

zsh-nginx

nginx config completion.

zsh-pip-description-completion

pip completion with package descriptions.

zsh-sed-sub

sed substitution helper.

zsh-sudo

Esc Esc to prepend sudo to the current line.

zsh-xcode-completions

Xcode CLI tools completion.

Tier 6 — Browser Extension (1)

Chrome extension shipping its own GitHub Pages site.

zpwrchrome

The fastest recent-tabs Chrome extension with the most keyboard shortcuts. Manifest V3, cross-window MRU stack, 49 commands, UNIX pass integration via the bundled browserpass-host-rs Rust port.

All sites mirrored under https://menketechnologies.github.io/<repo>/ · github.com/MenkeTechnologies