Wingetlywingetly
← All apps
E

Elixir

by The Elixir Teamv1.20.4

Last updated

Elixir is a dynamic, functional language for building scalable and maintainable applications.

Install with winget

$ winget install --id Elixir.Elixir --exact --version 1.20.4

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Elixir

Elixir uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, machine scope)
elixir-otp-29.exe /S

See the full silent install reference for Elixir

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Elixir is a dynamic, functional language designed for building scalable and maintainable applications. It runs on the Erlang VM and is known for low-latency, distributed, and fault-tolerant systems.

Installers · v1.20.4

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Elixir.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Python 3.12Python Software Foundation
    Python.Python.3.12v3.12.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.14Python Software Foundation
    Python.Python.3.14v3.14.7

    A programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.11Python Software Foundation
    Python.Python.3.11v3.11.9

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.13Python Software Foundation
    Python.Python.3.13v3.13.15

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Microsoft Visual Studio CodeMicrosoft Corporation
    Microsoft.VisualStudioCodev1.138.0

    Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

  • Windows TerminalMicrosoft Corporation
    Microsoft.WindowsTerminalv1.24.11911.0

    The new Windows Terminal, a tabbed command line experience for Windows.

More from The Elixir Team or browse beam, developer-tools, elixir.

Frequently asked questions

How do I install Elixir on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Elixir.Elixir --exact --version 1.20.4. winget downloads the installer from The Elixir Team and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Elixir silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Elixir.Elixir --exact 1.20.4 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Elixir?
Elixir uses EXE (NSIS). Run the downloaded installer with: elixir-otp-29.exe /S. The silent switches are /S.
How do I uninstall Elixir via winget?
Run: winget uninstall --id Elixir.Elixir --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Elixir's Apps & Features entry.
Is Elixir free?
Elixir is distributed under Apache-2.0. Refer to the publisher (https://elixir-lang.org/) for the full license terms - Wingetly itself does not charge for installation.
Does Elixir work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Elixir directly from the publisher.
How do I keep Elixir up to date?
Run winget upgrade --id Elixir.Elixir --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Elixir from microsoft/winget-pkgs.