Releases43
Frequency2 months 2 weeks
Last Release
Elixir is a dynamic, functional language for building scalable and maintainable applications. Elixir runs on the Erlang VM, known for creating low-latency, distributed, and fault-tolerant systems.
## Features
* **Scalability** - Lightweight processes for concurrent operations
* **Fault-tolerance** - Supervisors for automatic error recovery
* **Functional** - Immutable data and pattern matching
* **Extensibility** - Metaprogramming with macros
* **Tooling** - Mix build tool, IEx interactive shell, ExUnit testing
* **Documentation** - First-class documentation support
* **Compatibility** - Seamless Erlang interoperability
## Usage
After installation, Elixir commands are available:
```
iex # Interactive Elixir shell
elixir script.exs # Run Elixir script
elixirc file.ex # Compile Elixir file
mix new myapp # Create new project
mix compile # Compile project
mix test # Run tests
```
## Requirements
This package requires Erlang/OTP 28.x. The `erlang` Chocolatey package will be installed automatically if not present.
## Documentation
Full documentation available at [hexdocs.pm/elixir](https://hexdocs.pm/elixir/)
Subscribe above to receive notifications when new versions are released.
| Version | Date | Stability Stability is determined by the version string and my be inaccurate. | |
|---|---|---|---|
| 1.20.1 | Stable | ||
| 1.20.0 | Stable | ||
| 1.19.5 | Stable | ||
| 1.19.4.20260105 | Stable | ||
| 1.19.4.20251231 | Stable | ||
| 1.19.4 | Stable | ||
| 1.19.3 | Stable | ||
| 1.18.2 | Stable | ||
| 1.17.3 | Stable | ||
| 1.16.3 | Stable | ||
| 1.16.2 | Stable | ||
| 1.16.1 | Stable | ||
| 1.16.0 | Stable | ||
| 1.15.4 | Stable | ||
| 1.14.4 | Stable | ||
| 1.14.3 | Stable | ||
| 1.14.2 | Stable | ||
| 1.13.3 | Stable | ||
| 1.11.2 | Stable | ||
| 1.10.3 | Stable | ||
| 1.9.4-otp22 | Unknown | ||
| 1.9.4 | Stable | ||
| 1.9.2 | Stable | ||
| 1.9.1 | Stable | ||
| 1.9.0 | Stable |