Skip to content
View martin-k-m's full-sized avatar

Highlights

  • Pro

Block or report martin-k-m

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
martin-k-m/README.md

Martin Muskov

Studying EE at UCSC; Co-Founder at Credda

Credda Website LinkedIn Email

Credda  ·  credda.io  ·  @martin  ·  GitHub

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.

Projects  ·  independent, local-first tools

ProjectWhat it isStackLatest
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

Tech

Rust TypeScript React Tauri Node.js PostgreSQL Go Python AWS


Followers killer stars orbit stars

Activity

Cumulative contributions over the last 6 months

Running total · rolling 6 months



Contributions per day over the last 6 months

Per day, with 7-day average · rolling 6 months

Pinned Loading

  1. raster raster Public

    a lightweight, tensor-first programming language with automatic differentiation built in.

    Go 1

  2. csvpeek csvpeek Public

    A fast, zero-dependency CSV profiler for the terminal - types, nulls, and stats. Pure Python stdlib.

    Python

  3. blink blink Public

    A fast, modern developer toolkit designed to simplify and accelerate software workflows.

    Rust 1

  4. killer killer Public

    A security testing framework for developers to analyze, detect, and improve application vulnerabilities.

    Rust 1

  5. flux flux Public

    Local-first developer automation platform: build, test, package, and deploy from a single .flux file. Written in Rust.

    Rust 1

  6. beacon beacon Public

    Open-source GitHub intelligence platform that analyzes repository health, activity, contributors, and trends with AI-powered insights.

    TypeScript