2022-05-23 05:16:04 +03:00
# This is the subtree for Enso's graphical interface component. If you're looking for the repository root, you may find it at at 👉 <a href="https://github.com/enso-org/enso">github.com/enso-org/enso</a> 👈
2021-07-08 17:37:04 +03:00
2020-03-06 22:53:46 +03:00
< br / >
2020-03-05 20:39:51 +03:00
2021-07-08 17:37:04 +03:00
# Enso IDE
### Overview
< p >
< a href = "https://discord.gg/PMtNMP46" >
< img src = "https://img.shields.io/discord/401396655599124480.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2"
alt="Chat">
< / a >
2021-11-01 03:37:30 +03:00
< a href = "https://github.com/enso-org/enso/blob/develop/LICENSE" >
2021-07-08 17:37:04 +03:00
< img src = "https://img.shields.io/static/v1?label=Compiler%20License&message=Apache%20v2&color=2ec352&labelColor=2c3239"
alt="License">
< / a >
2021-11-01 03:37:30 +03:00
< a href = "https://github.com/enso-org/enso/tree/develop/gui/LICENSE" >
2021-07-08 17:37:04 +03:00
< img src = "https://img.shields.io/static/v1?label=GUI%20License&message=AGPL%20v3&color=2ec352&labelColor=2c3239"
alt="License">
< / a >
< / p >
2021-03-05 18:22:19 +03:00
2021-07-08 17:37:04 +03:00
Enso is an award-winning interactive programming language with dual visual and
textual representations. It is a tool that spans the entire stack, going from
2023-06-26 20:04:35 +03:00
high-level visualization and communication to the nitty-gritty of backend
2021-07-08 17:37:04 +03:00
services, all in a single language. Watch the following introduction video to
learn what Enso is, and how it helps companies build data workflows in minutes
instead of weeks.
This repository contains the source code of Enso interface only. If you are
interested in how the interface is build or you want to develop it with us, you
2021-04-19 11:09:33 +03:00
are in the right place. See the
[development and contributing guidelines ](docs/CONTRIBUTING.md ) to learn more
about the code structure and the development process.
2020-03-05 20:39:51 +03:00
< br / >
2021-07-08 17:37:04 +03:00
### Getting Started
Enso is distributed both in form of
[pre-build packages for MacOS, Windows, or Linux ](https://github.com/enso-org/ide/releases ),
as well as the [source code ](https://github.com/enso-org ). See the
[demo scenes ](http://TODO ), and read the [documentation ](docs/product ) to learn
more.
< br / >
### Building
2022-05-23 05:16:04 +03:00
The project builds on macOS, Linux, and Windows. Build functionality is provided
2022-06-01 14:44:40 +03:00
by our build script, that are accessible through `run` (Linux and macOS) or
2022-05-23 05:16:04 +03:00
`run.cmd` (Windows) wrappers.
2022-06-01 14:44:40 +03:00
To build the project, simply run `./run ide build` (on Linux or macOS) or
2022-05-23 05:16:04 +03:00
`.\run.cmd ide build` (Windows) to build IDE. To learn more about other
available commands use `--help` argument. Read the detailed
[development guide ](docs/CONTRIBUTING.md ) to learn more.
2021-07-08 17:37:04 +03:00
< br / >
### License
The Enso Language Compiler is released under the terms of the
2021-11-01 03:37:30 +03:00
[Apache v2 License ](https://github.com/enso-org/enso/blob/develop/LICENSE ). The
2021-07-08 17:37:04 +03:00
Enso Graphical Interface and it's rendering engine are released under the terms
2021-11-01 22:44:15 +03:00
of the
2021-12-13 01:43:25 +03:00
[AGPL v3 License ](https://github.com/enso-org/enso/blob/develop/app/gui/LICENSEE ).
2021-07-08 17:37:04 +03:00
This license set was choosen to both provide you with a complete freedom to use
Enso, create libraries, and release them under any license of your choice, while
also allowing us to release commercial products on top of the platform,
including Enso Cloud and Enso Enterprise on-premise server managers.
< br / >
### Contributing
Enso is a community-driven open source project which is and will always be open
and free to use. We are committed to a fully transparent development process and
highly appreciate every contribution. If you love the vision behind Enso and you
want to redefine the data processing world, join us and help us track down bugs,
implement new features, improve the documentation or spread the word! Join our
community on a [Discord chat ](http://chat.enso.org ) and read the
[development and contributing guidelines ](docs/CONTRIBUTING.md ).
< a href = "https://github.com/enso-org/ide/graphs/contributors" >
< img src = "https://opencollective.com/enso-language/contributors.svg?width=890&button=false" / >
< / a >