Static binariesScripts compiled with bunster are not just wrappers around your script, nor do they rely on any external shells on your system.
Bash compatibleBunsters aims to be compatible with bash. expecting that exising bash scripts do not have to be edited to work with bunster.
Module SystemYou are not limited to write all of your code in a single file. Your code can be distributed across as many files as needed.
Package ManagerBunster has a buitlin package manager that makes it easy to publish and consume modules as libraries.
Environment Files.env files are nativily supported in bunster. Allowing you to load variables from .env files at runtime.
Static Asset EmbeddingYou can embed files and directories within your compiled program. And use them as if they were normal files in the system at runtime.