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.
System monitoring dashboard for terminal
| Date | Stars |
|---|---|
| 2026-07-24 | 9921 |
| 2026-07-25 | 9921 |
| 2026-07-28 | 9921 |
| 2026-07-30 | 9921 |
| 2026-08-06 | 9921 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# gtop

System monitoring dashboard for terminal.
[](https://npmjs.org/package/gtop)
[](https://npmjs.org/package/gtop)
[](https://snapcraft.io/gtop)
[](https://hub.docker.com/r/aksakalli/gtop)
[](https://hub.docker.com/r/aksakalli/gtop/builds)
### Requirements
* Linux / OSX / Windows (partial support)
* Node.js >= v8
### Installation
```sh
$ npm install gtop -g
```
#### Docker
You need to assign host `net` and `pid` to access the metrics in the host machine.
```sh
$ docker run --rm -it \
--name gtop \
--net="host" \
--pid="host" \
aksakalli/gtop
```
### Usage
Start gtop with the `gtop` command
```sh
$ gtop
```
To stop gtop use `q`, or `ctrl+c` in most shell environments.
You can sort the process table by pressing
* `p`: Process Id
* `c`: CPU usage
* `m`: Memory usage
### Troubleshooting
If you see question marks or other different characters, try to run it with these environment variables:
```sh
$ LANG=en_US.utf8 TERM=xterm-256color gtop
```
## License
Released under [the MIT license](LICENSE).
Excerpt of 1,457 characters
Read on GitHubCan Güney Aksakalli · @zalando ex @tomtom-international · Germany
57
6
Alan Pope · @Tesslio · United Kingdom
3
3
Elliot Blackburn · @sunbeam-cx · United Kingdom
2
2
1
1
Pascal Andy · https://pascalandy.com
1
Piper · @Spotify · United States
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:c2d83e6613b14db4, topic:monitoring