Skip to content
View eshanized's full-sized avatar
🦊
Why?
🦊
Why?

Organizations

@snigdhalinux @Snigdha-OS @TIVerse

Block or report eshanized

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

🚀 Mission Statement

"Every system should operate like a flight control system — rigorously tested, fault-tolerant, and mission-critical by design."

Building secure, autonomous, and intelligent systems at the intersection of systems programming and AI.

👨‍💻 About Me

struct Developer {
    name: &'static str,
    location: &'static str,
    roles: Vec<&'static str>,
    organizations: Vec<&'static str>,
    skills: Skills,
    currently_learning: Vec<&'static str>,
    currently_hacking_on: &'static str,
}

struct Skills {
    languages: Vec<&'static str>,
    tools: Vec<&'static str>,
}

impl Developer {
    fn eshan_roy() -> Self {
        Self {
            name: "Eshan Roy",
            location: "India 🇮🇳",
            roles: vec![
                "Open Source Developer",
                "Systems Programmer",
                "AI Agent Builder",
                "Linux Enthusiast",
            ],
            organizations: vec![
                "Snigdha OS",
                "Tonmoy Infrastructure",
                "TIVerse",
            ],
            skills: Skills {
                languages: vec!["Python", "Rust", "Go", "Shell", "TypeScript"],
                tools: vec!["Linux", "Docker", "Git", "CI/CD"],
            },
            currently_learning: vec![
                "Python",
                "Go",
                "Rust",
            ],
            currently_hacking_on: "Snigdha OS",
        }
    }
    
    fn fun_fact(&self) -> &str {
        "Be silent when it is time to hear! 🎧"
    }
}

🏢 Organizations & Ecosystem

Most of the work below lives under a small constellation of orgs rather than one personal account:

Org Focus Links
🐧 Snigdha OS The Arch Linux distribution and everything around it GitLab · GitHub · Dev.to
🌌 TIVerse AI/ML tooling & dev-infrastructure crates — eclipsera, multigit, dep-insight GitHub
🔒 Vision OSS (TIVisionOSS) Security-focused Rust crates — errcraft and friends GitLab
🏗️ Tonmoy Infrastructure Parent organization backing the security & systems crates

🏆 GitHub Achievements

GitHub Developer Program Pair Extraordinaire x2 Pull Shark x2

🛠️ Technology Arsenal

💻 Languages & Frameworks

Rust Python Go Shell TypeScript JavaScript C

🚀 Web & Mobile

React Next.js Tailwind CSS FastAPI

☁️ Cloud & Infrastructure

Linux Arch Linux Docker Git GitHub Actions

🗂️ Featured Projects

From a full Linux distribution to a growing suite of AI agent tooling — here's what's actually shipped, with real package/download stats pulled live via badges.

🤖 AI & Autonomous Systems

⚡ M31A — Terminal-Native Autonomous Coding Agent

M31A GitHub stars Telemetry Binary

The newest and most ambitious project — a terminal-based AI coding agent written in Go that owns the entire workflow instead of just suggesting code. Every run walks a six-phase pipeline and ends in a verified git commit:

Initialize → Discuss → Plan → Execute → Verify → Ship

Capability Detail
🧠 Multi-LLM routing OpenRouter + Zen providers with parallel health-check fallback and cost-aware model arbitrage
🛠️ Sandboxed toolset 5 tools (Bash, FileRead, FileWrite, Glob, Grep) behind permission gating, with SSRF & path-traversal guards
📒 Cross-session ledger Markdown-based learning record — tracks which model performs best per language/framework over time
💭 AutoDream Automatic context-window consolidation at 60% usage; system prompts are never compressed
↩️ Rollback chain git-bisect-backed soft/hard/safe resets with automatic backup branches
🖥️ TUI 29 screens built with Bubble Tea (Elm architecture) — fuzzy model picker, live streaming output
🔐 Key storage OS-native keychain (D-Bus Secret Service · macOS Keychain · Windows Credential Manager)
# macOS (Homebrew)
brew install eshanized/tap/m31a

# Linux / macOS (curl)
curl -fsSL https://raw.githubusercontent.com/eshanized/M31A/main/install.sh | bash

Repository · Docs


Beyond M31A, the AI work spans event-driven infrastructure, model fine-tuning, and editor tooling:

Project Description Stats
neurobus "Don't send events. Send understanding." A neuro-semantic event bus for cognitive AI systems — transformer-based semantic routing, 4-scope context engine, time-travel event replay, vector memory via Qdrant/LanceDB, and automatic LLM reasoning hooks PyPI Tests
slmgen Automated fine-tuning engine for Small Language Models (Llama 3.2, Phi-4) built on Python + Unsloth, with a live demo GitHub stars
NeuroEdit AI-powered code editor — multi-line autocomplete, natural-language code generation, AI-assisted refactoring, semantic codebase search, privacy-first by design GitHub stars
🦀 Rust Ecosystem (Crates.io)
Project Description Downloads
eshanized-polaris Rust-native distributed compute & orchestration framework — pluggable schedulers (RoundRobin/LoadAware), automatic retries with exponential backoff, mTLS by default Crates.io
eshanized-polaris-cli Official command-line interface for the Polaris distributed compute framework Crates.io
cynapse Real-time, memory-resident binary integrity verification — Merkle-tree checksums over executable memory segments, <3% CPU overhead, built for anti-tamper & zero-trust runtime monitoring Crates.io
dep-insight Dependency analysis, auditing & visualization for Rust — duplicate-version detection, license/RustSec auditing, CLI + JSON + HTML dashboard output Crates.io
dynpatch Safe live code reloading for Rust — hot-patch functions, services, and configs at runtime with no restart Crates.io
dynpatch-core Runtime engine behind dynpatch — dynamic library loading, ABI validation, and transactional patching Crates.io
dynpatch-interface Shared interface types & traits for the dynpatch hot-patching system Crates.io
errcraft Structured and colorful error handling for Rust Crates.io
multigit Cross-platform, multi-remote Git sync — push/pull/sync to GitHub, GitLab, Bitbucket, Codeberg & Gitea at once, with daemon mode and OS-keyring auth GitHub stars
🐍 Python Ecosystem (PyPI)
Project Description Downloads
eclipsera ML framework built from scratch — 68+ algorithms spanning classical ML, clustering, AutoML & explainability, 100% scikit-learn-API compatible, 618 passing tests. Uses fastalloc object pooling under the hood for a 5–15% speed boost PyPI GitHub stars
vedart Parallel runtime unifying Python's concurrency ecosystem PyPI
cynapse Real-time memory integrity monitor for Python (companion to the Rust crate) PyPI
fastalloc High-performance Python memory pool library for pre-allocated object pooling — the same engine powering eclipsera's perf mode PyPI
🐧 Snigdha OS - Arch Linux Distribution

A lightweight, Arch Linux-based distro built on the Linux Zen Kernel, tailored for penetration testing 🛡️ and ethical hacking 🕵️‍♂️

Snigdha OS Also on GitHub

Built for minimalism and user-centric design, the ecosystem ships a dedicated penetration-testing edition alongside general use, and includes Blackbox — a custom framework for managing security tooling. Backed by Tonmoy Infrastructure.

🖥️ Core Applications

Project Description
SPM - Package Manager Snigdha OS Package Manager for streamlined package handling
Kernel Installer Kernel management and installation utility
Kernel Manager Advanced kernel management UI
System Maintenance System maintenance and optimization tools
Cleaner System cleanup and optimization utility
Updater System update manager with GUI
Updater TUI Terminal-based system updater

🎨 User Experience

Project Description
Welcome Center First-run welcome and setup wizard
Snigdha OS Tour Interactive system tour for new users
Assistant AI-powered system assistant
Raptor System configuration and management tool
Wallpaper Engine Dynamic wallpaper management system

🖌️ Desktop Environments & Themes

Project Description
i3 Config i3wm configuration and rice
Hyprland Config Hyprland compositor configuration
GNOME Config GNOME desktop configuration
Plasma Config KDE Plasma configuration
Aurora Theme GTK Custom GTK theme for Snigdha OS
SDDM Sugar Candy Custom SDDM login theme

🔧 System Infrastructure

Project Description
NERVE TUI-based system installer
Calamares Aurora Graphical system installer
Archiso GNOME GNOME edition ISO builder
Archiso i3 i3 edition ISO builder
Package Browser Web-based package search and browser

🌐 Web & Documentation

Project Description
Snigdha OS Web Official website source
Documentation User and developer documentation (Docusaurus, multi-language)
Tools DB Security tools database
🌐 Web & Tools
Project Description Tech Stack
eshanized.github.io Personal portfolio site — Next.js/React, OneUI-inspired design TypeScript React
eportfolio A second portfolio build exploring a different visual direction GitHub stars
resume Open-source, JSON-driven personal resume — fork it, edit resume.json, deploy free on GitHub Pages GitHub stars
i3wm Custom i3wm configuration and dotfiles Shell

📊 GitHub Analytics

GitHub Stats GitHub Streak
Top Languages Top Contributed Repo
Contribution Graph
GitHub Trophies

📝 Latest Blog Posts

➡️ Read More Articles on Dev.to

🤝 Let's Connect & Collaborate

Portfolio GitHub GitLab Dev.to

Twitter Facebook Instagram YouTube


💼 Open For

🤝 Collaborations · 💡 Open Source Projects · 🎤 Speaking Engagements · 📚 Mentoring · 🐧 Linux & Systems Development

💭 Philosophy

"Be silent when it is time to hear!"

Building the infrastructure of tomorrow, today. 🚀

⭐ From eshanized with ❤️

Popular repositories Loading

  1. M31A M31A Public

    The terminal-native AI coding agent that ships, not just suggests. Six-phase workflow, git rollback chain, zero telemetry. One static binary.

    Go 8

  2. eshanized.github.io eshanized.github.io Public

    eshanized portfolio showcasing web development projects, skills, and experiences. Built with React, Tailwind and TypeScript for a responsive design.

    TypeScript 1

  3. SLMGen SLMGen Public

    Fine-tune small language models the right way — dataset intelligence, explainable model selection, and production-ready Colab notebooks.

    TypeScript 1 1

  4. eshanized eshanized Public

    🌟 Eshanized is a GitHub profile dedicated to open-source projects and contributions. It showcases custom Linux distributions, web apps, security tools, and more, aimed at enhancing user experience,…

  5. register register Public

    Forked from is-a-dev/register

    Grab your own sweet-looking '.is-a.dev' subdomain.

    JavaScript

  6. i3wm i3wm Public

    Forked from Justus0405/i3wm-dotfiles

    //i3wm config

    Shell