zrok/docs/concepts/opensource.md

25 lines
1.4 KiB
Markdown
Raw Normal View History

---
sidebar_position: 100
---
2023-11-27 21:21:39 +01:00
# Open Source
2023-06-26 19:32:07 +02:00
It's important to the `zrok` project that it remain free and open source software. The code is available on [GitHub](https://github.com/openziti/zrok)
for the world to use, inspect, and build upon!
2023-11-27 21:21:39 +01:00
Check out the repository over on GitHub at [https://github.com/openziti/zrok](https://github.com/openziti/zrok). If you find `zrok` to be useful, and
you want to help spread the word of `zrok` give the project a star. It really does help get the word out about the
project.
2023-06-26 19:32:07 +02:00
The project also uses a very permissive license: Apache v2. We encourage people to fork the repo and use `zrok` for your own purposes how you see fit or contribute back to the project.
## Built on OpenZiti
The power of `zrok` really lies in `private` sharing. It's increasingly clear that security needs to be a first-class
2023-11-27 21:21:39 +01:00
member of any organization. To enable `private` sharing, `zrok` was built on top of another excellent open source project named OpenZiti.
OpenZiti is a secure overlay network focusing on bringing zero trust to applications. It is the __backbone__ of `zrok`.
2023-06-26 19:32:07 +02:00
In fact, `zrok` proudly proclaims itself as an Ziti _native_ application.
2023-11-27 21:21:39 +01:00
If you are interested in learning more about OpenZiti head over to [the docs](https://docs.openziti.io/docs/learn/introduction/), try the quickstart, and don't forget to star that project too. We couldn't build `zrok` without OpenZiti!