Top AI Repos β open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Linux Kernel Manager and Activity Monitor π§π»
| Date | Stars |
|---|---|
| 2026-07-24 | 2916 |
| 2026-07-25 | 2917 |
| 2026-07-28 | 2917 |
| 2026-07-30 | 2917 |
| 2026-08-06 | 2917 |
Today
β stars today
This week
β stars this week
This month
β stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center">
<a href="https://github.com/orhun/kmon">
<img src="https://user-images.githubusercontent.com/24392180/73918056-d5c45500-48d1-11ea-8d18-9943827ab2ed.png" width="500"></a>
<br>
<b>Linux Kernel Manager and Activity Monitor π§π»</b>
<br>
<br>
<a href="https://github.com/orhun/kmon/releases">
<img src="https://img.shields.io/github/v/release/orhun/kmon?color=000000&style=flat-square">
</a>
<a href="https://crates.io/crates/kmon/">
<img src="https://img.shields.io/crates/v/kmon?color=000000&style=flat-square">
</a>
<a href="https://www.archlinux.org/packages/extra/x86_64/kmon/">
<img src="https://img.shields.io/archlinux/v/extra/x86_64/kmon?color=000000&style=flat-square">
</a>
<br>
<a href="https://github.com/orhun/kmon/actions?query=workflow%3A%22Continuous+Integration%22">
<img src="https://img.shields.io/github/actions/workflow/status/orhun/kmon/ci.yml?branch=master&color=000000&label=CI&style=flat-square">
</a>
<a href="https://github.com/orhun/kmon/actions?query=workflow%3A%22Continuous+Deployment%22">
<img src="https://img.shields.io/github/actions/workflow/status/orhun/kmon/cd.yml?color=000000&label=CD&style=flat-square">
</a>
<a href="https://codecov.io/gh/orhun/kmon">
<img src="https://img.shields.io/codecov/c/gh/orhun/kmon?color=000000&style=flat-square">
</a>
<a href="https://github.com/orhun/kmon/blob/master/LICENSE">
<img src="https://img.shields.io/crates/l/kmon?color=000000&style=flat-square">
</a>
<a href="https://github.com/orhun/kmon">
<img src="https://user-images.githubusercontent.com/24392180/77252333-35997400-6c64-11ea-9627-bb56ee14ae22.gif">
</a>
</p>
**The kernel** is the part of the operating system that facilitates interactions between _hardware_ and _software_ components. On most systems, it is loaded on startup after the _bootloader_ and handles I/O requests as well as peripherals like keyboards, monitors, network adapters, and speakers. Typically, the kernel is responsible for **memory management**, **process management**, **device management**, **system calls**, and **security**.
Applications use the **system call** mechanism for requesting a service from the operating system and most of the time, this request is passed to the kernel using a library provided by the operating system to invoke the related kernel function. While the kernel performs these low-level tasks, it's resident on a separate part of memory named **protected kernel space** which is not accessible by applications and other parts of the system. In contrast, applications like browsers, text editors, window managers or audio/video players use a different separate area of the memory, **user space**. This separation prevents user data and kernel data from interfering with each other and causing instability and slowness, as well as preventing malfunctioning application programs from crashing the entire operating system.
There are different kernel designs due to the different ways of managing system calls and resources. For example, while **monolithic kernels** run all the operating system instructions in the same address space _for speed_, **microkernels** use different spaces for user and kernel services _for modularity_. Apart from those, there are **hybrid kernels**, **nanokernels**, and, **exokernels**. The hybrid kernel architecture is based on combining aspects of microkernel and monolithic kernels.
**The Linux kernel** is the open-source, monolithic and, Unix-like operating system kernel that used in the Linux distributions, various embedded systems such as routers and as well as in the all Android-based systems. **Linus Torvalds** conceived and created the Linux kernel in 1991 and it's still being developed by thousands of developers today. It's a prominent example of **free and open source software** and it's used in other free software projects, notablExcerpt of 28,865 characters
Read on GitHubOrhun ParmaksΔ±z Β· @ratatui | @jetbrains | @archlinux Β· Germany
1.6k
39
22
11
Integral Β· @archlinux Β· China
8
Jean SIMARD Β· France
2
2
2
dev_Hakaze
1
1
1
1
1
1
Ang Β· Malaysia
1
1
Victorhck
1
Artem Polishchuk
1
Muhammad Owais Warsi Β· India
1
Stephan Lachnit Β· Germany
1
Would you bet a product on this? Bounded 0β100 and slow moving.
matched fp:1b1a67033c5c0935, topic:monitoring