Vertex
Warning
Vertex is currently in development. While it is usable, and I am using it in production, there may be breaking changes before the v1.0 release. You can keep following the project on Discord, or by starring the repository.
About
Vertex
Vertex is a program that allows you to create your self-hosted server easily. Install, configure and start new services in less than a minute.
Vertex is designed to be installed on low-powered computers like Raspberry Pi, so prioritizing compiled languages like Go, Rust or C++.
Installation
Method 1: From binaries
Binaries are released regularly. The latest release is available here.
Decompress and execute the binary. Then, go to http://localhost:6130/. Enjoy!
Method 2: Manual
- Clone this repository
git clone https://github.com/vertex-center/vertex
cd vertex
- Run Vertex
go run .
- Access from http://localhost:6130/
Available services
All services are fetched from Vertex Services. Installation can be done in one click, using Docker or package manager. Everything is handled automatically.
License
Vertex is released under the MIT License.