Welcome to the official Banan packages repository for MonkeyOS!
This is where all your
Banan is the MonkeyOS package manager.
It fetches, installs, and resolves dependencies for
Think of it as apt-get, but monkey chaos style.
Use your MonkeyOS Banan client:
banan install <package-name>
Example:
banan install free-ram
Will automatically:
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:
Want to add a new package? Just:
Fork this repo 🍌
Add a .banapkg file following the template
Make sure dependencies exist in this repo (or create them!)
Submit a PR and let the crazed monkeys review 🐒
Ctrl+C → Abort any install (Monkey-approved 🐒💨)
You can use
to see how fast Banan really is when downloading 🚀
MIT License – keep the chaos, credit the original monkeys, no warranty 😎