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

crypto_rsassa_pss
crypto_rsassa_pssErlang

RSASSA-PSS public key cryptographic signature algorithm implementation for Erlang and Elixir.

#elixir#public-key#rsa
Stars12
Forks4
Last commit7 years ago
jumper
jumperElixir

A pure Elixir implementation of jump consistent hashing for distributing keys across buckets efficiently.

#algorithm#elixir#library
Stars12
Forks2
Last commit3 years ago
exdm
exdmElixir

Automates deployment of Elixir releases via mix tasks, supporting multiple stages like production and staging.

#deployment#elixir#elixir-tooling
Stars12
Forks1
Last commit8 years ago
apix
apixElixir

A simple convention and DSL for transforming Elixir functions into documented, validation-ready APIs.

#functional-programming#elixir#validation
Stars12
Forks2
Last commit7 years ago
mason
masonElixir

An Elixir library that coerces maps into structs with key mapping and type conversion capabilities.

#elixir#struct-mapping#type-coercion
Stars12
Forks0
Last commit8 years ago
plug_response_header
plug_response_headerElixir

An Elixir Plug for deleting, setting, and customizing HTTP response headers in web applications.

#response-manipulation#elixir#server-header
Stars12
Forks2
Last commit11 years ago
geohax
geohaxElixir

Geohash encoding, decoding, and spatial operations for Elixir applications.

#hacktoberfest#elixir#geospatial
Stars12
Forks6
Last commit2 years ago
deppie
deppieElixir

A minimal, fast deprecation logger for Elixir that logs warnings only once per function call.

#debugging-tools#elixir#library-development
Stars12
Forks0
Last commit8 years ago
digoc
digocElixir

An Elixir client for the Digital Ocean API v2, providing programmatic access to manage droplets, domains, actions, and other cloud resources.

#elixir#rest-api#infrastructure-as-code
Stars12
Forks5
Last commit11 years ago
http
httpElixir

A minimal, low-level HTTP server for Elixir applications.

#http-server#functional-programming#elixir
Stars12
Forks1
Last commit11 years ago
expr
exprElixir

An Elixir library for parsing and evaluating mathematical expressions with support for variables, functions, and constants.

#elixir#dynamic-calculations#formula-processing
Stars12
Forks6
Last commit8 years ago
mixstar
mixstarElixir

An Elixir Mix task that automatically stars GitHub repositories of your project's dependencies when running mix deps.get.

#elixir#developer-tools#open-source
Stars12
Forks0
Last commit11 years ago
ex_bitcask
ex_bitcaskErlang

Elixir wrapper for Basho's Bitcask, a log-structured hash table for fast key/value storage.

#database#data-persistence#elixir
Stars12
Forks1
Last commit11 years ago
cyanide
cyanideElixir

A BSON library for Elixir providing encoding and decoding of BSON documents.

#bson#elixir#data-serialization
Stars12
Forks7
Last commit11 days ago
Kubereq
KubereqElixir

An Elixir Kubernetes client library built on Req for interacting with the Kubernetes API.

#elixir#devops#req
Stars12
Forks2
Last commit23 hours ago
sesamex
sesamexElixir

A simple and flexible authentication solution for Elixir and Phoenix web applications.

#hex#elixir#predefined-templates
Stars12
Forks1
Last commit9 years ago
wheretz
wheretzElixir

An Elixir library for looking up time zones by geographic coordinates using local data without internet access.

#elixir#timezone#offline
Stars11
Forks3
Last commit1 year ago
exlibris
exlibrisElixir

A collection of reusable Elixir utility functions for pipeline control and side-effect management.

#functional-programming#elixir#side-effects
Stars11
Forks1
Last commit11 years ago
cobertura_cover
cobertura_coverElixir

A Mix plugin that outputs test coverage in Cobertura XML format for Jenkins integration.

#elixir#jenkins#mix-plugin
Stars11
Forks5
Last commit11 years ago
ueberauth_weibo
ueberauth_weiboElixir

An Überauth strategy for Weibo OAuth2 authentication in Elixir applications.

#ueberauth#elixir#oauth2
Stars11
Forks2
Last commit10 years ago
ex_pression
ex_pressionElixir

A safe Elixir library for evaluating user-input expressions with JSON support and extensible functions.

#user-input#elixir#safe-eval
Stars11
Forks5
Last commit3 months ago
kitsune
kitsuneCSS

An Elixir library for transforming data representations between structs and formats like JSON.

#elixir#library#struct-mapping
Stars11
Forks1
Last commit11 years ago
ecto_validation_case
ecto_validation_caseElixir

Simplify Ecto model validation tests with explicit accept/reject helpers for clearer test cases.

#elixir#unit-testing#ecto
Stars11
Forks1
Last commit11 years ago
near_api
near_apiElixir

An Elixir library for building decentralized applications (DApps) on the NEAR blockchain platform.

#cryptocurrency-wallet#elixir-lang#elixir
Stars11
Forks3
Last commit4 years ago
figaro_elixir
figaro_elixirElixir

An Elixir library for managing environment variables via YAML configuration files, inspired by the Figaro gem.

#elixir#devops#environment-variables
Stars11
Forks2
Last commit10 years ago
etude
etudeElixir

A library providing futures and asynchronous task execution with retry and concurrency control for Elixir/Erlang.

#futures#retry-logic#functional-programming
Stars11
Forks1
Last commit9 years ago
elixir_authorizenet
elixir_authorizenetElixir

An unofficial Elixir client library for the Authorize.Net merchant API, supporting payments, customer profiles, and transactions.

#ecommerce#payment-gateway#elixir
Stars11
Forks10
Last commit5 years ago
queuex
queuexElixir

Queuex is a priority queue library for Elixir with multiple backend options and configurable worker pools.

#elixir#task-queue#library
Stars11
Forks1
Last commit9 years ago
test_that_json
test_that_jsonElixir

A collection of Elixir helpers for testing JSON structures in ExUnit and ESpec.

#elixir#espec#exunit
Stars10
Forks2
Last commit8 years ago
block_timer
block_timerElixir

Elixir macros that enable using :timer.apply_after and :timer.apply_interval with a do-block syntax.

#elixir#macros#utility-library
Stars10
Forks2
Last commit11 years ago
borsh
borshElixir

Elixir implementation of the BORSH binary serializer for security-critical projects.

#elixir#binary-serialization#hashing
Stars10
Forks1
Last commit3 years ago
torex
torexElixir

An Elixir HTTP client for making requests through the Tor network with SOCKS5 proxy support and IP rotation.

#elixir#socks5-proxy#privacy
Stars10
Forks4
Last commit7 months ago
logglix
logglixElixir

An Elixir Logger backend that sends application logs to the Loggly logging service.

#elixir#observability#logs
Stars10
Forks4
Last commit6 years ago
ex_rfc3986
ex_rfc3986Elixir

An Elixir URI parser strictly compliant with RFC3986 specification.

#elixir#abnf#web-standards
Stars10
Forks3
Last commit9 years ago
uk_postcode
uk_postcodeElixir

An Elixir library for parsing, validating, and normalizing UK postcodes.

#elixir#geocoding#postcode-validation
Stars10
Forks0
Last commit3 years ago
rogger
roggerElixir

An Elixir logger that publishes log messages to RabbitMQ for centralized logging.

#elixir#centralized-logging#message-queue
Stars10
Forks2
Last commit6 years ago
PreviousPage 29 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
#Hex Package237
#Phoenix Framework194
#Erlang160
#Elixir Library126
#Functional Programming112
#Ecto106
#Api Client98
#Phoenix96
#Library92
#Elixir Lang83
#Developer Tools79
#Web Development79