Nots is a tool that takes the hassle out of deploying your apps. You bring your code, and nots
deploys it
using the best-suited runtime — be it Bun, Docker, or a standalone binary.
It manages your secrets and environment
variables, keeping them secure. Plus, it smartly routes traffic to your apps. And you can focus on building great
software without relying on proprietary cloud infrastructure. Open source and self-hosted.
$curl -fsSLO https://nots.dev/install.sh
$chmod +x install.sh ./install.sh
Copy