Messaging and Real-time Communication SDKs for Mac OS

mesibo on macOS is available as a dynamic library (.dylib) which allows you to use it from any application OR languages of your choice like C, C++, Python, PHP, Matlab, Octave etc.

OS requirements

  • macOS (both Apple Silicon M1/M2/M3 etc, and Intel)

Install using the convenience script

mesibo provides a convenience script for installing mesibo on all the supported platforms.

$ curl -fsSL https://raw.githubusercontent.com/mesibo/libmesibo/master/install.sh | sudo bash -

Please note the following points:

  • The script installs mesibo.h to ~/Library/mesibo/include and library libmesibo.so for x86_64 platform to ~/Library/mesibo/lib/x86_64 and for arm64 (Apple Silicon) platform to ~/Library/mesibo/lib/arm64
  • The script requires sudo privileges to run. Therefore, you should carefully examine and audit the scripts before running them.
  • Convenience script overwrites existing mesibo version with the latest version without any confirmation.