🍌 Banan Packages Repo – MonkeyOS Edition 🐒

Welcome to the official Banan packages repository for MonkeyOS!

This is where all your

.banapkg
files live, ready to be installed using the Banan package manager.


What is Banan?

Banan is the MonkeyOS package manager.

It fetches, installs, and resolves dependencies for

.banapkg
files.

Think of it as apt-get, but monkey chaos style.


Installing Packages

Use your MonkeyOS Banan client:

banan install <package-name>

Example:

banan install free-ram

Will automatically:

Package Format (.banapkg)

Each package is a JSON file with the following structure:

{ "ver": "1.0.0", "name": "example-jungles", "type": "py", "dependent": ["example", "dependencytest"], "installplace": "~/.bananpkgs", "code": "# Your code goes here\nprint('Hello from example jungles!')" }

Fields explained:

Contributing

Want to add a new package? Just:

  1. Fork this repo 🍌

  2. Add a .banapkg file following the template

  3. Make sure dependencies exist in this repo (or create them!)

  4. Submit a PR and let the crazed monkeys review 🐒

Monkey Tips

Ctrl+C → Abort any install (Monkey-approved 🐒💨)

You can use


time banan install <package>

to see how fast Banan really is when downloading 🚀

License

MIT License – keep the chaos, credit the original monkeys, no warranty 😎


Available Packages 🍌