Skip to content
View Nurysso's full-sized avatar
👾
figuring
👾
figuring

Block or report Nurysso

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
Nurysso/README.md

Hey, I'm Nurysso 👋

Total Clones Total Stars Portfolio Github Badge visitors discord

Systems engineer obsessed with fast software, Rust, Go, and building things that work at scale. Currently building Eulix —> an open-source code intelligence engine.


Eulix

A polyglot AST parser + RAG system for understanding large codebases.

  • Parses Linux kernel (24M LOC, 600k+ functions) in ~60s on 12 threads
  • 50ms context retrieval on Django source code
  • 98% retrieval accuracy on a local 7B model
  • Hybrid retrieval: AST-aware symbolic search + TF-IDF + vector embeddings
  • PRISM — Polyglot Resolution via Inverted Symbol Maps (call graph approximation)
  • Stack: Rust (parser) · Go (orchestration + retrieval) · Python/PyTorch (embeddings)

Other Projects

  • Hecate — Shell/Hyprland

    A Hyprland configuration thats adapts to user choice and Aesthetic.

  • vanish — Go / Bubble tea

    Modern Alternative to rm Safe, reversible file deletion TUI built in Go.

  • tyr — Rust/tokio

    ML-powered file organiser. Classifies and sorts your files intelligently using local inference.

  • gstrings — Go

    A Go string formatting & interpolation library with struct support, ANSI color, auto-width column sizing, and zero external dependencies.

Tech

Rust · Go · TypeScript · Python · Bun · MYSQL · MariaDB · Linux

Reach me

  • Email: nurysso [at] proton.me
  • Discord: nurysso

Contribution Graph

Pinned Loading

  1. Hecate Hecate Public

    Experience hyprland like never before

    Shell 115 6

  2. eulix eulix Public

    Turn your codebase into a searchable book. Ask questions about your code, get accurate answers using local /cloud ML and LLMs.

    Rust 13 2

  3. vanish vanish Public

    Modern safe file deletion tool with recovery - Never lose files again! Beautiful TUI, pattern restore, themes. Alternative to rm with cache & undo functionality.

    Go 21

  4. tyr tyr Public

    Intelligent file organization powered by machine learning.

    Rust 13 1

  5. BinRex BinRex Public

    A collection of binaries i build for fun

    TypeScript 2

  6. gstrings gstrings Public

    Simple fast string formating lib for go

    Go