Skip to content
View Jacobinoo's full-sized avatar

Highlights

  • Pro

Block or report Jacobinoo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. jacobinoo.github.io jacobinoo.github.io Public

    HTML 1

  2. ConnectServerGo ConnectServerGo Public

    Backend for Connect Messenger

    Go 1

  3. RTann/libsignal-go RTann/libsignal-go Public

    Pure go implementation of https://github.com/signalapp/libsignal

    Go 18 2

  4. Make LibSignal work on macOS Make LibSignal work on macOS
    1
    LibSignal is not officially supported on macOS because it's not one of Signal's app platforms (Signal Mac app uses Electron). You'll have to build the Rust parts yourself instead of using the prebuilt ones.
    2
    
                  
    3
    1. Check out https://github.com/signalapp/libsignal repo.
    4
    2. Have Rust as well as `clang, libclang-dev, cmake, make, protobuf-compiler, git` installed, or set it up using `bin/mac_setup.sh`.
    5
    3. Build the checked out repo using `swift/build_ffi.sh --release`.