Yet another unix package manager written in bash.
Our package manager is designed to address issues that may arise when using packages installed through Flatpak. While Flatpak aims to enhance desktop security through sandboxing, this can sometimes lead to complications when using certain applications. To overcome these issues, our package manager allows for direct installation of packages using formats such as .tar.gz, .deb, and .rpm. By simplifying the installation process, we make it easier for users to install and use these packages without encountering the same issues that can occur with Flatpak.
curl -sL https://raw.githubusercontent.com/neobrains/brain/main/install.sh | bash
Use brain
/ brain -h
/ brain --help
/ brain help
to get a list of all available commands.
Usage: brain [options] [command]
brain version v0.0.4
Options:
-h, --help Show this help message and exit
-v, --version Show version and exit
-u, --upgrade Update brain to the latest version
-f, --force Force update brain to the latest version
-r, --remove Remove brain from your system
Commands:
install Install a package
remove Remove a package
update Update a package
neurons List (all / installed) / search / info about packages
For more information, visit https://github.com/neobrains/brain
note that these maybe not be the latest commands and some are not implemented as of now
If you want to ask support for any package or you are are facing an issue, please open an issue or join our Discord server.
Feel free to open a pull request or an issue. We are happy to help you 😄
Also, if you want to add a package, please open a pull request and join our Discord server for easier communication.
This project is licensed under the MIT License - see the LICENSE file for details