Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Elixir
E

Elixir

Language
1284 projects480.6k total stars61.5k total forks18 languages

Open-source projects built with Elixir

There are currently 1284 open-source projects built with Elixir, with a combined total of 480.6k GitHub stars. The most common language among these projects is Elixir.

Showing 1,284 open-source projects · page 26 of 36

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
anaphora
anaphorasviridov/anaphora-elixir

A collection of anaphoric macros for Elixir that capture variables like 'it' to simplify control flow expressions.

182Elixir
10 years ago
mustachex
mustachexjui/mustachex

A Mustache template engine implementation for Elixir, providing logic-less templates with simple syntax.

185Elixir
5 years ago
exfacebook
exfacebookoivoodoo/exfacebook

An Elixir client library for the Facebook Graph API, providing a convenient interface for making requests and handling responses.

185Elixir
1 year ago
nary_tree
nary_treemedhiwidjaja/nary_tree

A pure Elixir implementation of a generic n-ary tree data structure with node-based storage and traversal.

185Elixir
5 years ago
phoenix_svg
phoenix_svgjsonmaur/phoenix-svg

An inline SVG component for Phoenix that loads and caches SVG files during compilation with live reload support.

188Elixir
1 year ago
phoenix_linguist
phoenix_linguistjxs/phoenix_linguist

A plug and view helpers for integrating Linguist internationalization into Phoenix web applications.

185Elixir
6 years ago
tfidf
tfidfOCannings/tf-idf

An Elixir library for calculating tf-idf (term frequency–inverse document frequency) scores to identify important words in text.

185Elixir
6 years ago
ntru_elixir
ntru_elixiralisinabh/ntru_elixir

An Elixir NIF wrapper for libntru, providing post-quantum lattice-based cryptography.

181Elixir
6 years ago
stockastic
stockasticshanewilton/stockastic

An Elixir wrapper for the Stockfighter API, providing a simple interface for stock trading simulations.

186Elixir
10 years ago
nacha
nachaRiverFinancial/nacha

An Elixir library for generating and parsing NACHA files for US ACH and EFT bank transfers.

1811Elixir
5 months ago
skycluster
skyclusterNebo15/skycluster

Automatic cluster formation and healing for Elixir applications with pluggable discovery strategies.

183Elixir
9 years ago
belvedere
belvederenirvana/belvedere

An example project demonstrating continuous integration for Elixir applications using CircleCI and Docker.

183Elixir
11 years ago
bencode
bencodegausby/bencode

A complete and correct Bencode encoder and decoder library written in pure Elixir.

183Elixir
6 years ago
pluggable
pluggablemruoss/pluggable

Elixir library for building Plug-like pipelines with arbitrary tokens instead of %Plug.Conn{}.

181Elixir
23 days ago
supermemo
supermemoedubkendo/supermemo

An Elixir implementation of the SuperMemo 2 algorithm for calculating optimal flashcard review intervals.

185Elixir
6 years ago
Cypherglass WINDSHIELD
Cypherglass WINDSHIELDcypherglassdotcom/windshield

A dashboard tool for monitoring internal Block Producer infrastructure, alerting on node issues like block production, forks, and synchronization.

187Elm
8 years ago
uri_template
uri_templatepezra/ex-uri-template

RFC 6570 compliant URI template processor for Elixir, supporting level 3 templates.

184Elixir
4 years ago
mix_eunit
mix_eunitdantswain/mix_eunit

A Mix task for running EUnit tests in Elixir projects, including umbrella projects.

178Elixir
9 years ago
exdisque
exdisquemosic/exdisque

Elixir client for Disque, an in-memory distributed job queue.

171Elixir
7 years ago
ravix
ravixYgorCastor/ravix

An Elixir client for RavenDB NoSQL database, providing session management, RQL querying, and clustering support.

174Elixir
2 years ago
wait_for_it
wait_for_itjvoegele/wait_for_it

Elixir library providing macros to wait for asynchronous operations using familiar case/cond syntax.

172Elixir
3 days ago
ivar
ivarswelham/ivar

An adapter-based HTTP client for Elixir that enables composable, pipeline-friendly request building.

172Elixir
9 years ago
base58check
base58checkgjaldon/base58check

Base58Check encoding and decoding implementation in Elixir with Bitcoin-specific alphabet.

175Elixir
6 years ago
convertat
convertatwhatyouhide/convertat

An Elixir library for converting values between arbitrary bases, including custom digit sets.

172Elixir
10 years ago
Nvjorn
Nvjorntchoutri/Nvjorn

A multi-protocol network services monitor written in Elixir using Poolboy for concurrent connection management.

174Elixir
8 years ago
luhn
luhnma2gedev/luhn_ex

An Elixir library for validating numbers using the Luhn algorithm.

1713Elixir
3 years ago
exseed
exseedseaneshbaugh/exseed

An Elixir library providing a simple DSL for seeding databases through Ecto.

174Elixir
6 years ago
ip2location
ip2locationnazipov/ip2location-elixir

An Elixir library for querying IP2Location databases to geolocate IPv4 and IPv6 addresses.

171Elixir
9 years ago
apocryphal
apocryphalcoryodaniel/apocryphal

Generate ExUnit tests from Swagger/OpenAPI specifications to verify API compliance in Elixir applications.

170Elixir
10 years ago
mazurka
mazurkaexstruct/mazurka

A toolkit for building hypermedia APIs in Elixir with declarative resource definitions.

162Elixir
6 years ago
adap
adapawetzel/adap

A distributed data stream pipeline for querying, augmenting, and transforming data using Elixir pattern-matching rules.

162Elixir
9 years ago
explay
explaysheharyarn/explay

An Elixir client library for interacting with the Google Play (Android Market) API.

161Protocol Buffer
9 years ago
mellon
mellonsajmoon/mellon

A Plug authentication module for Elixir web applications that validates tokens via custom functions.

163Elixir
10 years ago
Harpoon
Harpoonaschiavon91/harpoon

A web app to create temporary endpoints for inspecting and visualizing HTTP requests in real-time.

161Elixir
1 year ago
ExLLama
ExLLamanoizu-labs-ml/ex_llama

Elixir NIF wrapper for llama_cpp.rs enabling GGUF model inference in Elixir/Erlang applications.

161Elixir
1 month ago
ueberauth_cas
ueberauth_casmarceldegraaf/ueberauth_cas

A CAS (Central Authentication Service) strategy implementation for the Überauth Elixir authentication library.

1614Elixir
6 months ago
1
25
26
27
36