# go-olm **Repository Path**: mirrors_saces/go-olm ## Basic Information - **Project Name**: go-olm - **Description**: Go bindings for olm/megolm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: determinant - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Fork from https://github.com/Dhole/go-olm build: issue all commands from this directory get a decent version of olm git clone https://gitlab.matrix.org/matrix-org/olm.git olm build static version cmake olm/ -Bolm/build -DBUILD_SHARED_LIBS=NO cmake --build olm/build run 'go test -v' you may need 'go get -u github.com/fatih/structs' -- # Go olm/megolm bindings [![GoDoc](https://godoc.org/github.com/Dhole/go-olm?status.svg)](https://godoc.org/github.com/Dhole/go-olm) Work In Progress. All original library functions exposed and documented. Unstable API for now, as I'm figuring out the best way to use the functions from the point of view of a matrix chat client.