Portable trust infrastructure. Reputation shouldn't reset every time you join a new platform.
I'm a co-founder. Credda turns real, both-party-confirmed commitment history into a verified 0–100 reliability score that a person owns and carries across marketplaces, lenders, and clients.
| Deterministic | The score is a pure function of an append-only event ledger — no human or AI can move it. AI is advisory only. |
| Yours to carry | Trust is portable as signed W3C Verifiable Credentials (did:web). |
| Real stack | A deterministic scoring engine, a platform API, and a web app — TypeScript · Express · Prisma/PostgreSQL · Redis on AWS. |
| Project | What it is | Stack | Latest |
|---|---|---|---|
| blink blinkdev.me |
A developer context engine — indexes a codebase into a graph of files, symbols, and dependencies, then answers questions about it. Local, deterministic, no LLM. | ||
| beacon beacon.blinkdev.me |
Open-source GitHub repository intelligence — turns a repo's activity into an explainable 0–100 Beacon Score, a health summary, and embeddable widgets. | ||
| flux flux.blinkdev.me |
A local-first automation platform — one .flux file builds, tests, packages, and deploys, run as a parallel dependency-graph pipeline with caching and encrypted secrets. |
||
| killer killer.blinkdev.me |
A security testing framework with its own .klr rule language — static analysis, fuzz/mutation attacks, scan history, and a CI gate. |
||
| orbit orbit.blinkdev.me |
A native developer IDE — editor, terminal, source control, tests, and project tooling in one fast desktop app. No server, no account, no telemetry. | ||
| raster | A programming language for numeric and ML code — tensors are the built-in type, differentiation is part of the language (grad), and a static checker catches shape mistakes before a program runs. |
||
| csvpeek | A fast, zero-dependency CSV profiler for the terminal — column types, null counts, numeric stats, and top values. Pure Python stdlib. |
npm install -g @martin-k-m/blink # blink — context engine
npm install -g @martin-k-m/beacon-cli # beacon — repo intelligence
cargo install killer # killer — security testing
brew install martin-k-m/flux/flux # flux — automation platform
go install github.com/martin-k-m/raster/cmd/raster@latest # raster — ML language
pip install git+https://github.com/martin-k-m/csvpeek # csvpeek — CSV profiler
# orbit ships prebuilt desktop installers on its releases page



