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.
A terminal application that simulates installing things but doesn't actually install anything
| Date | Stars |
|---|---|
| 2026-07-24 | 1271 |
| 2026-07-25 | 1271 |
| 2026-07-28 | 1271 |
| 2026-07-30 | 1271 |
| 2026-08-06 | 1271 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# install-nothing A terminal application that simulates installing things. It doesn't actually install anything. [](https://asciinema.org/a/757039) ## Installation ### Download binary Grab the latest binary for your platform from [Releases](https://github.com/buyukakyuz/install-nothing/releases) ```bash chmod +x install-nothing-* ./install-nothing-linux-x86_64 ``` ### Build from source ```bash cargo run --release ``` Press Ctrl+C to stop. ### Pick what to install By default we install everything. But you can change this behavior. ```bash # Install specific stages cargo run --release -- kernel ``` Or pick what not to install. ```bash # Exclude specific stages from installation cargo run --release -- --exclude cloud xorg ``` See available stages: ```bash cargo run --release -- --help ``` ## Docker Build ```bash docker build -t install-nothing . ``` Run ```bash docker run -it --rm --init install-nothing ``` ## License Do whatever you want with it. Well, except for movies. If you use this in a movie, credit me or something.
Excerpt of 1,102 characters
Read on GitHub24
Rui Chen · @justworkshr · United States
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:845fca3fdc2f7666, topic:simulation