VerMan.io


Deploy like it's the 1980s 🚀
OS support Windows
Linux (within Docker) xor Linux (native)
FreeBSD; NetBSD; OpenBSD
SunOS; HP/UX; z/OS
iOS
Android
DOS
OS/360
Why Faster deploys: natively.

OS/container images for prod; native for dev.
License Public domain.
Deploy Databases
Queues
Lang. toolchains
Lang. runtimes
Reverse proxies
Servers
GitHub VerMan (version managers) Multicloud PostgreSQL example

0. write JSON

Servers

Too verbose for HTML!
(click for full example)

1. /bin/sh script generates /bin/sh and batch scripts;
and (optionally) Dockerfiles
.
|-- _lib
|   `-- …
|-- app
|   `-- …
|-- dockerfiles
|   `-- …
|-- env.cmd
|-- env.sh
|-- false_env.cmd
|-- false_env.sh
|-- install_gen.cmd
|-- install_gen.sh
|-- install_parallel_gen.sh
`-- prelude.sh

2. Run /bin/sh scripts inside or outside of Docker;
or .bat scripts on DOS and Windows

3. Check deployment
HEALTHCHECK DASHBOARD

 SERVER   NAME  VERSION   PROGRESS STATUS
127.0.0.1 NODEJS lts     [
]
SUCCESS
127.0.0.1 PYTHON 3.10    [
]
SUCCESS
127.0.0.1 RUST nightly [
]
FAIL
127.0.0.1 VALKEY main    [
]
FAIL
127.0.0.1 POSTGRESQL 17.3    [
]
SUCCESS
127.0.0.1 NGINX 17.3    [
]
SUCCESS
LIBSCRIPT 0.0.1

4. Eat 🍰
📧