zarazaex69 af7bcac88c Merge branch 'refactor/optimize'
Data-plane micro-optimisations:
  perf(crypto): counter-based nonce removes per-frame getrandom syscall
  refactor(muxconn): replace cond+mutex buffer with channel pipeline
  refactor(muxconn): recycle plaintext buffers via sync.Pool

Local soak (datachannel, 120s) on this dev box: 81.6 -> 93.1 MiB/s (+14%),
total CPU -10.8%, GC scan time -24%. Wire format unchanged.
2026-05-22 20:46:09 +03:00
2026-05-04 00:02:20 +03:00

License Golang

About

olcRTC - across the sea

Project that allows users to bypass blocking by parasitizing and tunneling on unblocked and whitelisted services in Russia, use legal webRTC services

Status

Beta
See all info in issues
Issues? contact us at @openlibrecommunity
Or wait for the release or at least a release
Community ui client: alananisimov/olcbox

Read docs for start

Configuration

For noobs

Manual

Setting matrix

More info

Client URI format

Client subscription format

Build

# install mage first
go install github.com/magefile/mage@latest

# build cli + ui
mage build

# build cli only
mage buildCLI

# build cli with b codec, clones b repo, builds libb.so, compiles with -tags b
mage buildCLIB

# cross-compile for linux / windows / darwin
mage cross

# android aar via gomobile
mage mobile

# container image
mage podman
mage docker

# lint / test / clean
mage lint
mage test
mage clean


Telegram: zarazaex
Email: zarazaex@tuta.io
Site: zarazaex.xyz
Made for: olcNG

Description
No description provided
Readme WTFPL 105 MiB
Languages
Go 90.5%
Python 5.6%
Shell 3.7%
Dockerfile 0.2%