Open Source
Eonza is an open source script creation and management software. The Eonza source code is hosted on GitHub and anyone can freely review, analyze and contribute to the Eonza codebase and related resources. We believe that the open source code is one of the most important features of Eonza. Open source gives you confidence in the future of the program and attracts developers and users with new ideas and suggestions. Also, MIT license allows anyone to build their own version of the program.
Code and resource repositories
We invite everyone to take part in the program development. This applies both to programmers (Golang, JavaScript, HTML, CSS) and the user, who can help with translating, improving and editing the documentation.
-
github.com/gentee/eonza
[Golang] The main Eonza source repository. -
github.com/gentee/eonza-scripts
[YAML] Repository with all the scripts of the standard library and built-in packages. -
github.com/gentee/eonza-assets
[JavaScript (VueJS), HTML, CSS] Repository with user interface (Web GUI). -
github.com/gentee/eonza-tools
[Golang] The Eonza packages repository. -
github.com/gentee/eonza-chrome
[JavaScript (Svelte), HTML, CSS] Chrome extension repository for running scripts from the browser. -
github.com/gentee/eonza-docs
[English, Russian] Repository with Eonza documentation. In particular, it contains all the content of this website. -
github.com/gentee/gentee
[Golang] A repository with the Gentee scripting language, which is used to generate and execute scripts.