12345
KORTEX_KERNEL v0.9.8-LTSPID: 49102HEAP: 14.2MBSYNC: 100% LOCAL
LATENCY: 0.18msSTATUS: READY
KX
KORTEX // 0x
// REPL// ARCHITECTURE// MODES// BINARIES
[ ZERO MOUSE PROTOCOL ]

The keyboard-driven cortex for hackers.

Instantaneous local capture, Vim keybindings, and SQLite semantic query engine with zero mouse friction.

Install Kortex v0.9Interactive REPL
* 100% Rust memory safety core.
* Plain markdown + SQLite FTS5 index.
bash - kortex@zenith:~
FPS: 120 | LAT: 0.18ms
# Execute semantic query or relational link in active buffer
>:query --vector 'raft consensus split brain'
Found 4 matches in 0.18ms. Highest affinity: notes/distributed/raft-safety.md (score 0.982)
// Operation executed in 0.18ms without disk thrashing.
kortex:buffer [NORMAL]
SEARCH SPEED
0.24ms
Across 100k local markdown ASTs
MEMORY FOOTPRINT
14.8MB
Zero Electron browser bloat
NETWORK EGRESS
0 BYTES
Local SQLite database forever
KEYBINDINGS
VIM / EMACS
Full modal navigation suite
[ SUBSYSTEM SPECS ]

Unix philosophy applied to human knowledge.

Every note is text. Every query is a pipeline. Every link is composable.

Git-Native Lineage

Every save is an immutable Git commit. Revert thoughts back 5 years or branch exploratory hypotheses without corrupting your trunk.

$ git log --oneline -n 3
SQLite Vector Virtual Table

Embeddings calculated locally on your CPU using quantized models. Query notes via cosine distance in pure SQL syntax.

SELECT * FROM notes WHERE vector_match(query)
GPG Key Signing

Cryptographically sign daily entries. Encrypt sensitive security research notes with recipient public keys.

GPG KEY ID: 0x82FA419B

Modal navigation at the speed of thought.

No UI toolbars. No menus. Master standard key chords to organize libraries without taking hands off the home row.

NORMAL MODE
Ctrl + [

Traverse headers, fold outline sections, and yank markdown blocks.

LINK EXTENSION
gl (Go Link)

Fuzzy search graph and insert bidirectional reference portal.

FUZZY JUMP
Leader + f

Ripgrep through entire knowledge base in sub-millisecond threads.

GRAPH INSPECTOR
Leader + g

Render terminal ASCII dependency tree of current node backlinks.

Peer verification.

"Kortex replaced three sluggish Electron note apps on my Arch workstation. The Rust binary launches in 4 milliseconds and memory usage never tops 18 megabytes."

Soren Dahl
Kernel Developer, Helsinki

"Being able to pipe my terminal build logs and GDB trace dumps directly into my second brain using standard UNIX pipes is a complete game changer."

Naomi Chen
Security Researcher, Tokyo
// READY FOR INGESTION

Get the native binary.

Single statically-linked binary with zero external dependencies. Compiled for macOS ARM/x86, Linux, and Windows.

$ cargo install kortex-brain
brew install kortex•pacman -S kortex•nix-shell -p kortex
KORTEX KERNEL. DISTRIBUTED UNDER APACHE 2.0.
CARGO CRATEARCHITECTURE RFCVIM CHEATSHEET