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
Install Dependencies:
Run IPFS & IPFS-CLUSTER
ipfs daemon
ipfs-cluster-service daemon
Setup Go Server:
git clone https://github.com/mazarynio/mazaryn
cd mazaryn/src/golangcode
go mod tidy
go build -o myapp
./myapp
Setup Rust Server:
cd mazaryn/src/rustcode
cargo build
cargo run
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
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.



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.
Erlang
32.7%
Elixir
27.5%
HTML
23.7%
TypeScript
7.8%
Python
3.6%
Rust
1.7%
JavaScript
1.3%
CSS
1.1%
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
Install Dependencies:
Run IPFS & IPFS-CLUSTER
ipfs daemon
ipfs-cluster-service daemon
Setup Go Server:
git clone https://github.com/mazarynio/mazaryn
cd mazaryn/src/golangcode
go mod tidy
go build -o myapp
./myapp
Setup Rust Server:
cd mazaryn/src/rustcode
cargo build
cargo run
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
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.



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.
Erlang
32.7%
Elixir
27.5%
HTML
23.7%
TypeScript
7.8%
Python
3.6%
Rust
1.7%
JavaScript
1.3%
CSS
1.1%