Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Julia
J

Julia

Language
98 projects26.3k total stars5.2k total forks7 languages

Open-source projects built with Julia

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

Showing 98 open-source projects · page 2 of 3

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
StaticLint
StaticLintjulia-vscode/StaticLint.jl

A static code analysis library for Julia that powers language server features like error detection and reference resolution.

15730Julia
1 month ago
Merlin
Merlinhshindo/Merlin.jl

A fast, flexible, and compact deep learning framework for Julia that runs on CPU and CUDA GPU.

14610Julia
6 years ago
RJulia
RJuliaarmgong/RJulia

An R package that provides a bidirectional interface for calling Julia code from R and mapping objects between both languages.

14523C
8 years ago
quantecon_nyu_2016
quantecon_nyu_2016jstac/quantecon_nyu_2016

A PhD-level course on computational economics covering Python, Julia, and economic modeling techniques.

14479Jupyter Notebook
10 years ago
Stats
StatsJuliaStats/StatsKit.jl

A convenience meta-package that loads essential Julia packages for statistics with a single import.

14314Julia
3 years ago
MachineLearning
MachineLearningbenhamner/MachineLearning.jl

A Julia library providing a consistent API for common machine learning algorithms, designed for practitioners working with in-memory datasets.

11926Julia
11 years ago
Local Regression
Local RegressionJuliaStats/Loess.jl

A pure Julia implementation of LOESS (locally weighted regression) for smoothing scatterplots and fitting non-parametric models.

11436Julia
1 month ago
Diana.jl
Diana.jlcodeneomatrix/Diana.jl

A GraphQL client and server implementation for the Julia programming language.

11416Julia
3 years ago
MatrixNetworks.jl
MatrixNetworks.jlnassarhuda/MatrixNetworks.jl

A Julia package for graph and network algorithms using matrix-based representations.

11025Julia
11 months ago
GaussianMixtures
GaussianMixturesdavidavdav/GaussianMixtures.jl

A Julia package for efficient large-scale Gaussian Mixture Models with support for diagonal/full covariance, parallel training, and variational Bayes.

10840Julia
6 months ago
NetworkLayout.jl
NetworkLayout.jlJuliaGraphs/NetworkLayout.jl

A pure Julia package providing layout algorithms for graphs and trees, enabling automatic node positioning for visualization.

10724Julia
24 days ago
GLMNet
GLMNetsimonster/GLMNet.jl

A Julia wrapper for fitting Lasso and ElasticNet GLM models using the glmnet Fortran library.

10531Julia
1 month ago
Word Tokenizers
Word TokenizersJuliaText/WordTokenizers.jl

A Julia package providing high-performance, configurable tokenizers and sentence splitters for natural language processing.

9925Julia
4 years ago
ManifoldLearning
ManifoldLearningwildart/ManifoldLearning.jl

A Julia package implementing manifold learning and nonlinear dimensionality reduction algorithms.

9722Julia
2 years ago
NMF
NMFJuliaStats/NMF.jl

A Julia package providing multiple algorithms for non-negative matrix factorization, including multiplicative updates, ALS, coordinate descent, and separable NMF.

9532Julia
22 days ago
Embeddings
EmbeddingsJuliaText/Embeddings.jl

A Julia package for loading pretrained word embeddings like Word2Vec, FastText, and GloVe.

8319Julia
2 years ago
TikzGraphs
TikzGraphssisl/TikzGraphs.jl

A Julia library that generates graph layouts using the TikZ graph layout package for LaTeX integration.

8215Julia
1 year ago
Data Read
Data Readqueryverse/ReadStat.jl

A Julia package that reads binary and transport files from Stata, SPSS, and SAS using the ReadStat C library.

8018Julia
2 years ago
MetaGraphs
MetaGraphsJuliaGraphs/MetaGraphs.jl

A Julia package for graph data structures with arbitrary metadata on vertices, edges, and the graph itself, extending Graphs.jl.

7012Julia
28 days ago
EcologicalNetwork.jl
EcologicalNetwork.jlPoisotLab/EcologicalNetwork.jl

A Julia package for measuring and analyzing ecological networks, now being replaced by SpeciesInteractionNetworks.jl.

6918Julia
3 years ago
Regression
Regressionlindahua/Regression.jl

A Julia package providing algorithms for regression analysis via regularized empirical risk minimization.

6418Julia
9 years ago
Nettle.jl
Nettle.jlstaticfloat/Nettle.jl

Julia wrapper for the nettle cryptographic library providing hashing, HMAC, and AES encryption/decryption functionality.

5934Julia
4 years ago
Languages
LanguagesJuliaText/Languages.jl

A Julia package providing language detection, script detection, and linguistic word lists for multiple human languages.

5830Julia
9 months ago
ANN
ANNEricChiang/ANN.jl

A Julia package implementing backpropagation artificial neural networks for machine learning tasks.

5511Julia
7 years ago
Julia
JuliaHumans-of-Julia/TypeDBClient.jl

A Julia client interface for reading from and writing to the TypeDB knowledge graph database.

544Julia
4 years ago
PGM
PGMJuliaStats/PGM.jl

A Julia framework for probabilistic graphical models, enabling structured probabilistic modeling and inference.

5319Julia
6 years ago
Data Arrays
Data ArraysJuliaStats/DataArrays.jl

Deprecated Julia package providing DataArray type for efficient handling of missing values in arrays.

5347Julia
8 years ago
SHA.jl
SHA.jlstaticfloat/SHA.jl

A performant, 100% native-Julia implementation of SHA-1, SHA-2, and SHA-3 cryptographic hash functions.

5239Julia
10 days ago
EvolvingGraphs
EvolvingGraphsweijianzhang/EvolvingGraphs.jl

A Julia package for modeling and analyzing time-dependent networks as sequences of timestamped graphs.

5011Julia
8 years ago
Neural
Neuralcompressed/BackpropNeuralNet.jl

A Julia implementation of a backpropagation neural network for machine learning tasks.

4812Julia
9 years ago
GraphQLClient.jl
GraphQLClient.jlDeloitteDigitalAPAC/GraphQLClient.jl

A Julia GraphQL client that enables type-safe querying, mutations, and subscriptions with compile-time validation and seamless Julia integration.

468Julia
2 years ago
Graph Layout
Graph LayoutIainNZ/GraphLayout.jl

Graph layout and visualization algorithms implemented in pure Julia for force-directed, stress-majorization, and hierarchical layouts.

4416Julia
6 years ago
MbedTLS.jl
MbedTLS.jlJuliaWeb/MbedTLS.jl

A Julia wrapper for the mbed TLS and cryptography C library, enabling secure TLS/SSL connections and cryptographic operations.

4249Julia
2 months ago
SVM
SVMJuliaStats/SVM.jl

Native Julia implementations of standard SVM algorithms, including Pegasos and Dual Coordinate Descent.

4025Julia
10 years ago
Topic Models
Topic Modelsslycoder/TopicModels.jl

A Julia package implementing Latent Dirichlet Allocation (LDA) topic models with collapsed Gibbs sampling inference.

3817Julia
6 years ago
MCMC
MCMCdoobwa/MCMC.jl

A Julia package providing fast, general-purpose Markov Chain Monte Carlo (MCMC) samplers for Bayesian modeling with a unified interface.

366Julia
13 years ago
1
2
3