mazarynio/mazaryn

An online community which empower users to be more productive & explore their talents! It's AI friendly :)

18

stars

1,731

commits

Erlang

primary language

May 25, 2026

updated

mazaryn.io
cpp
elixir
erlang
ipfs
tensorflow

README

Mazaryn

Open Source Social Network Empowering Users to Explore Their Talents

Interested in joining the Core team? Connect via email: admin@mazaryn.io

Complete Development Setup Guide

  1. Install Dependencies:

  2. Run IPFS & IPFS-CLUSTER

    ipfs daemon
    ipfs-cluster-service daemon
    
    
  3. Setup Go Server:

    git clone https://github.com/mazarynio/mazaryn
    cd mazaryn/src/golangcode
    go mod tidy
    go build -o myapp
    ./myapp
    
    
  4. Setup Rust Server:

    cd mazaryn/src/rustcode
    cargo build
    cargo run 
    
    
  5. Setup TypeScript Server

    npm install -g typescript
    cd mazaryn/src/tscode
    npm install
    Create environment file:
    cp .env.example .env
    Generate secure secrets:
    openssl rand -hex 32
    Paste the generated values into:
    ENCRYPTION_KEY=
    JWT_SECRET=
    npm run dev
    
    
  6. Clone and Setup:

    git clone https://github.com/mazarynio/mazaryn
    cd mazaryn
    cd assets
    yarn
    cd ..
    mix deps.get
    mix phx.server
    

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Screenshots

2022-04-20_13-08

2022-04-20_13-11

2022-04-20_13-15

How to contribute!

If you're Interested to Contribute on this Project, you can check Issues here https://github.com/mazarynio/mazaryn/issues and start working on New Updates.

Learn more

Contributors

ioavv

1,168 commits

pau-riosa

102 commits

r-coh

75 commits

Oliverhf

68 commits

mazarynio/mazaryn

An online community which empower users to be more productive & explore their talents! It's AI friendly :)

18

stars

1,731

commits

Erlang

primary language

May 25, 2026

updated

mazaryn.io
cpp
elixir
erlang
ipfs
tensorflow

README

Mazaryn

Open Source Social Network Empowering Users to Explore Their Talents

Interested in joining the Core team? Connect via email: admin@mazaryn.io

Complete Development Setup Guide

  1. Install Dependencies:

  2. Run IPFS & IPFS-CLUSTER

    ipfs daemon
    ipfs-cluster-service daemon
    
    
  3. Setup Go Server:

    git clone https://github.com/mazarynio/mazaryn
    cd mazaryn/src/golangcode
    go mod tidy
    go build -o myapp
    ./myapp
    
    
  4. Setup Rust Server:

    cd mazaryn/src/rustcode
    cargo build
    cargo run 
    
    
  5. Setup TypeScript Server

    npm install -g typescript
    cd mazaryn/src/tscode
    npm install
    Create environment file:
    cp .env.example .env
    Generate secure secrets:
    openssl rand -hex 32
    Paste the generated values into:
    ENCRYPTION_KEY=
    JWT_SECRET=
    npm run dev
    
    
  6. Clone and Setup:

    git clone https://github.com/mazarynio/mazaryn
    cd mazaryn
    cd assets
    yarn
    cd ..
    mix deps.get
    mix phx.server
    

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Screenshots

2022-04-20_13-08

2022-04-20_13-11

2022-04-20_13-15

How to contribute!

If you're Interested to Contribute on this Project, you can check Issues here https://github.com/mazarynio/mazaryn/issues and start working on New Updates.

Learn more

Contributors

ioavv

1,168 commits

pau-riosa

102 commits

r-coh

75 commits

Oliverhf

68 commits

Languages

Erlang

32.7%

Elixir

27.5%

HTML

23.7%

TypeScript

7.8%

Python

3.6%

Rust

1.7%

JavaScript

1.3%

CSS

1.1%