awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sysprog21 avatar

sysprog21/khttpd

0
View on GitHub↗
86 stars·128 forks·C·MIT·14 views

Khttpd

An experimental HTTP server implemented as Linux kernel module

Features

  • Kernel Modules - Experimental HTTP server implemented as a kernel module.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Star history

Star history chart for sysprog21/khttpdStar history chart for sysprog21/khttpd

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

Projects sharing features with Khttpd

These projects share indexed features with Khttpd. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mayfrost/guidesmayfrost avatar

    mayfrost/guides

    2,001View on GitHub↗

    This project is a comprehensive technical documentation repository focused on Linux system administration, network security, and privacy-oriented computing. It provides a curated knowledge base of instructional guides and configuration tutorials designed to assist users in managing low-level system environments, kernel compilation, and bootloader setup. The repository distinguishes itself by emphasizing privacy engineering and infrastructure hardening. It offers detailed procedures for anonymizing network traffic, securing credentials, and isolating applications within a computing environment

    View on GitHub↗2,001
  • fishinabarrel/linux-kernel-module-rustfishinabarrel avatar

    fishinabarrel/linux-kernel-module-rust

    1,340View on GitHub↗

    This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s

    Rust
    View on GitHub↗1,340
  • arter97/exfat-linuxA

    arter97/exfat-linux

    0View on GitHub↗
    View on GitHub↗0
  • avielw/kplugsavielw avatar

    avielw/kplugs

    148View on GitHub↗

    KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel.

    C
    View on GitHub↗148
Compare all 12 related projects→

Frequently asked questions

What does sysprog21/khttpd do?

An experimental HTTP server implemented as Linux kernel module

What are the main features of sysprog21/khttpd?

The main features of sysprog21/khttpd are: Kernel Modules.

Which projects share features with sysprog21/khttpd?

Projects with overlapping indexed features include: fishinabarrel/linux-kernel-module-rust — This project provides a development framework for writing loadable Linux kernel modules using the Rust programming… mayfrost/guides — This project is a comprehensive technical documentation repository focused on Linux system administration, network… arter97/exfat-linux. avielw/kplugs — KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel. djwatson/ktls. hnes/frdev.