Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Elixir

Elixir

1282 projects

Showing 36 of 1282 projects

riak
riakElixir

An Elixir client for Riak with connection pooling, CRDT, and Timeseries support.

#elixir#connection-pooling#distributed-systems
Stars197
Forks55
Last commit6 years ago
blacksmith
blacksmithElixir

A data generation framework for Elixir that simplifies creating test records as maps or Ecto models.

#functional-programming#elixir#ecto
Stars195
Forks11
Last commit3 years ago
amrita
amritaElixir

A polite, well-mannered testing framework for Elixir with BDD-style mocks and checker-based assertions.

#elixir#developer-tools#unit-testing
Stars194
Forks28
Last commit9 years ago
placid
placidElixir

A REST toolkit for building highly-scalable and fault-tolerant HTTP APIs with Elixir.

#elixir#api-framework#http
Stars194
Forks6
Last commit3 months ago
elasticlunr
elasticlunrElixir

A small, full-text search library for Elixir that indexes JSON documents and provides a friendly search interface.

#search-library#elixir#json-indexing
Stars193
Forks9
Last commit2 years ago
Elixir Refactorings
Elixir RefactoringsElixir

A comprehensive catalog of 82 refactoring strategies for Elixir code, categorized by language-specific, traditional, functional, and Erlang-specific transformations.

#software-maintenance#functional-programming#elixir-lang
Stars193
Forks4
Last commit
numerix
numerixElixir

A collection of mathematical functions for Elixir focused on statistics, linear algebra, and machine learning.

#scientific-computing#parallel-computing#elixir
Stars193
Forks17
Last commit5 years ago
Alchemist-Server
Alchemist-ServerElixir

A background server that provides Elixir mix project intelligence like completion, docs, and definitions to any editor.

#elixir#developer-tools#language-server
Stars192
Forks12
Last commit8 years ago
CaptainFact
CaptainFactElixir

API backend for CaptainFact, a collaborative platform for fact-checking videos with community-sourced annotations.

#hacktoberfest#elixir#phoenix
Stars190
Forks26
Last commit4 months ago
AshAI
AshAIElixir

Adds structured AI outputs, vectorization, and tool calling to Ash Framework applications using ReqLLM.

#ash-framework#semantic-search#elixir
Stars189
Forks87
Last commit3 days ago
xml_builder
xml_builderElixir

An Elixir library for generating XML with a simple tuple-based structure and convenience functions.

#functional-programming#elixir#data-serialization
Stars187
Forks42
Last commit14 days ago
linguist
linguistElixir

A simple Elixir library for internationalization (i18n) with nested key support and pluralization.

#elixir#phoenix-framework#internationalization
Stars185
Forks22
Last commit7 days ago
phoenix_pubsub_redis
phoenix_pubsub_redisElixir

A Redis PubSub adapter for the Phoenix framework, enabling distributed messaging across Elixir nodes via Redis.

#elixir#adapter#redis
Stars183
Forks67
Last commit4 months ago
commerce_billing
commerce_billingElixir

A payment processing library for Elixir, inspired by Shopify's ActiveMerchant, supporting multiple gateways with fault tolerance.

#elixir#payment#gateway
Stars183
Forks22
Last commit9 years ago
ecto_dev_logger
ecto_dev_loggerElixir

An Ecto query logger that inlines bindings into SQL for easy copy-paste debugging and highlights database time.

#database#elixir#telemetry
Stars181
Forks18
Last commit12 days ago
gen_rmq
gen_rmqElixir

Elixir OTP behaviours for building RabbitMQ consumers and publishers with reduced boilerplate.

#elixir#clientdata-no#production-dependency
Stars181
Forks44
Last commit3 years ago
exprof
exprofElixir

A simple Elixir code profiler that wraps Erlang's eprof profiler with a convenient macro.

#elixir#developer-tools#mix-task
Stars180
Forks10
Last commit5 years ago
git_hooks
git_hooksElixir

Configure and manage git hooks in Elixir projects to enforce code quality and automate workflows.

#hex#elixir-lang#elixir
Stars180
Forks22
Last commit1 month ago
Async Elixir
Async Elixir

An interactive book and course that teaches Elixir's concurrency features through hands-on Livebook exercises.

#functional-programming#elixir#livebook
Stars179
Forks12
Last commit4 months ago
Sprint Poker
Sprint PokerElixir

An online estimation tool for Agile teams to collaboratively estimate story points using planning poker.

#elixir#team-collaboration#phoenix-framework
Stars179
Forks22
Last commit9 years ago
ueberauth_google
ueberauth_googleElixir

A Google OAuth2 strategy implementation for the Überauth authentication framework in Elixir.

#ueberauth#oauth#elixir
Stars177
Forks85
Last commit1 month ago
elixir-on-docker
elixir-on-dockerElixir

A Docker-based template for quickly developing clustered Elixir applications with cloud-native defaults.

#elixir#web-server#development-tool
Stars176
Forks10
Last commit6 years ago
kvs
kvsElixir

A compact Elixir/Erlang database abstraction layer with polymorphic tuples and multiple backend support.

#extensible-records#elixir#rocksdb
Stars176
Forks46
Last commit3 months ago
expat
expatElixir

A library for creating reusable, composable pattern matchers in Elixir to simplify complex pattern matching.

#functional-programming#elixir#patterns
Stars175
Forks5
Last commit1 year ago
immortal
immortalElixir

Helper modules for building fault-tolerant OTP applications in Elixir, keeping ETS tables and processes alive during failures.

#elixir#otp#supervision
Stars175
Forks7
Last commit5 years ago
sshkit
sshkitElixir

An Elixir toolkit for performing structured tasks on one or more servers via SSH.

#elixir#devops#server-automation
Stars174
Forks16
Last commit1 year ago
topo
topoElixir

An Elixir library for calculating spatial relationships between geometries like points, lines, and polygons.

#elixir#geospatial#geometry
Stars173
Forks26
Last commit1 year ago
telegex
telegexElixir

A Telegram bot framework and API client library for Elixir, featuring generated API bindings and advanced processing chains.

#elixir#otp#generated-api
Stars173
Forks22
Last commit1 year ago
Phoenix Toggl
Phoenix TogglElixir

An open-source time tracking application built with Elixir, Phoenix, React, and Redux, inspired by Toggl.

#elixir-lang#elixir#productivity
Stars172
Forks17
Last commit10 years ago
exsync
exsyncElixir

An Elixir reloader that automatically recompiles code when files change, supporting path dependencies and custom callbacks.

#elixir#code-reloading#productivity
Stars170
Forks31
Last commit2 years ago
codec-beam
codec-beamHaskell

A Haskell library for generating Erlang VM byte code from pure Haskell, enabling compile-to-BEAM languages.

#haskell#functional-programming#elixir
Stars170
Forks6
Last commit1 year ago
inquisitor
inquisitorElixir

A composable query builder for Ecto that enables flexible and secure filtering in Elixir applications.

#query-builder#database#elixir
Stars169
Forks13
Last commit6 years ago
ecto_fixtures
ecto_fixturesElixir

A fixture library for Elixir applications using Ecto, providing structured test data with associations and inheritance.

#fixtures#elixir#database-testing
Stars167
Forks14
Last commit6 years ago
kaffe
kaffeElixir

An opinionated Elixir wrapper around the Brod Kafka client with built-in support for Heroku Kafka and encrypted connections.

#elixir#batch-processing#message-queue
Stars165
Forks62
Last commit1 month ago
basic_auth
basic_authElixir

An Elixir Plug for adding HTTP basic authentication to web applications with configurable credentials or custom authentication functions.

#elixir#web-security#phoenix
Stars165
Forks26
Last commit6 years ago
phoenix_token_auth
phoenix_token_authElixir

A token authentication library for Phoenix applications, designed for API authentication in single-page apps.

#elixir#single-page-app#authentication
Stars163
Forks37
Last commit10 years ago
PreviousPage 11 of 36Next

Related Tags

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
1 year ago
#Hex Package237
#Phoenix Framework194
#Erlang160
#Elixir Library126
#Functional Programming112
#Ecto106
#Api Client98
#Phoenix96
#Library92
#Elixir Lang83
#Developer Tools79
#Web Development79