bboe/BBoeOS

A minimal x86 operating system: real-mode bootloader, paged 32-bit protected-mode kernel, ring-3 userland, shell, VFS (bbfs + ext2), NE2000 networking, self-hosted assembler, and a custom C subset compiler.

GitHub repository with 6 stars and 2 forks.

Language: Python

Topics: assembly, bootloader, c, c-compiler, doom, educational, ext2, hobby-os, kernel, nasm

Open provider repository

Latest metric snapshot

2026-06-05: 6 stars and 2 forks.

Similar repositories

  1. 1. rhysnewell/aviary

    A hybrid assembly and MAG recovery pipeline (and more!)

    GitHub repository with 107 stars and 16 forks.

    Trending score: 0.22; stars gained: +0; forks gained: +0.

    Language: Python

    Topics: assembly, binning, bioinformatics, metagenomics, workflow

Trending in Python

  1. 1. NousResearch/hermes-agent

    The agent that grows with you

    GitHub repository with 181,250 stars and 31,100 forks.

    Trending score: 5.95; stars gained: +1,867; forks gained: +361.

    Language: Python

    Topics: ai, ai-agent, ai-agents, anthropic, chatgpt, claude

  2. 2. chopratejas/headroom

    Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.

    GitHub repository with 12,846 stars and 828 forks.

    Trending score: 5.69; stars gained: +2,829; forks gained: +175.

    Language: Python

    Topics: agent, ai, anthropic, claude-code, compression, context-engineering

  3. 3. Imbad0202/academic-research-skills

    Academic Research Skills for Claude Code: research → write → review → revise → finalize

    GitHub repository with 27,316 stars and 2,248 forks.

    Trending score: 5.52; stars gained: +1,079; forks gained: +89.

    Language: Python

    Topics: academic-pipeline, academic-writing, ai-research, claude, claude-code, literature-review

  4. 4. open-webui/open-webui

    User-friendly AI Interface (Supports Ollama, OpenAI API, ...)

    GitHub repository with 140,059 stars and 20,110 forks.

    Trending score: 5.04; stars gained: +317; forks gained: +58.

    Language: Python

    Topics: ollama, ollama-webui, llm, webui, self-hosted, llm-ui

  5. 5. ZhuLinsen/daily_stock_analysis

    LLM驱动的 A/H/美股智能分析:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets.

    GitHub repository with 40,774 stars and 38,952 forks.

    Trending score: 4.88; stars gained: +836; forks gained: +443.

    Language: Python

    Topics: a-stock, ai-agent, aigc, llm, quant, quantitative-finance

  6. 6. anthropics/financial-services

    GitHub repository with 29,986 stars and 4,219 forks.

    Trending score: 4.88; stars gained: +688; forks gained: +114.

    Language: Python

Trending topic: assembly

  1. 1. iss4cf0ng/OpenPetya

    A Proof-of-Concept bootkit inspired by Petya ransomware, written in Assembly, C, and C++

    GitHub repository with 234 stars and 42 forks.

    Trending score: 0.69; stars gained: +4; forks gained: +1.

    Language: C

    Topics: assembly, bootkit, bootloader, c-language, cpp, microkernel

  2. 2. alonsovm44/tc-lang

    A minimalistic portable assembly language

    GitHub repository with 35 stars and 3 forks.

    Trending score: 0.63; stars gained: +3; forks gained: +0.

    Language: C

    Topics: assembly, c, clang, coding, compiler, programming

  3. 3. BoredOS/BoredOS

    A modern x86_64 hobbyist operating system built from the ground up.

    GitHub repository with 180 stars and 23 forks.

    Trending score: 0.49; stars gained: +2; forks gained: +0.

    Language: C

    Topics: assembly, c, hobbyos, microkernel, osdev

  4. 4. MattPD/cpplinks

    A categorized list of C++ resources.

    GitHub repository with 5,244 stars and 522 forks.

    Trending score: 0.49; stars gained: +2; forks gained: -1.

    Topics: assembly, c-plus-plus, compilers, computer-architecture, cplusplus, cpp

  5. 5. gyrovorbis/sh4zam

    Fast linear algebra and math library for the Hitachi SuperH4 Processor (used by the Sega Dreamcast).

    GitHub repository with 205 stars and 30 forks.

    Trending score: 0.40; stars gained: +1; forks gained: +0.

    Language: C

    Topics: assembly, dreamcast, hitachi, matrices, memcpy, optimization

  6. 6. illegalstudio/elephc

    A PHP-to-native compiler. Takes a subset of PHP and compiles it directly to native assembly, producing standalone binaries for the currently supported targets: macOS ARM64, Linux ARM64, and Linux x86_64. No interpreter, no VM, no runtime dependencies.

    GitHub repository with 242 stars and 8 forks.

    Trending score: 0.33; stars gained: +1; forks gained: +0.

    Language: Rust

    Topics: assembly, compiler, macos, php, linux