Getting Started

What Is Kuwaiba?

Kuwaiba is the first and only open source, enterprise-grade network inventory system for the telecommunications industry. The following links will useful be in your path to exploring Kuwaiba:

Enterprise Support

Neotropic is behind the development of Kuwaiba. Check out their site if you are interested in deploying it in your organization, or if you want to become a partner as a system integrator.

Docker images

The easies way to try Kuwaiba is to launch one of the Docker images available at Docker Hub.

Build & Run

Get the code

git clone https://git.code.sf.net/p/kuwaiba/server kuwaiba-server

Build the Dependencies

Some dependencies (mostly in-house made Vaadin Flow add-ons) are not available on the central Maven repository.

Optional Steps

Build Web Client Module

mvn -f kuwaiba/server/ --no-transfer-progress clean install

mvn --also-make --projects webclient -f kuwaiba/server/ -Pproduction --no-transfer-progress install

License

This software is dual-licensed APLv2 and GPLv3, choose the one that fits your purposes, but keep in mind that we ship third-party libraries whose licenses are only compatible with GPL.

This software is provided “AS IS”, with no warranty at all. Install it and use it at your own risk.