The CLI tools are available as binaries attached to each release and available through Homebrew on Mac OS and Linux. Either:
presence-cli
through Homebrew, orIf you haven’t already, install Homebrew
Tap instantiator/presence
brew tap instantiator/presence
Install the presence-cli
formula
brew install instantiator/presence/presence-cli
Test each binary has installed successfully
Presence.SocialFormat.Console --version
Presence.Posting.Console --version
The homebrew formula will install standalone binaries that do not have a dependency on the .NET 8 runtime.
Download and extract the appropriate binary for your system.
Presence.zip
- containing all binariesPick a binary for your operating system.
System | Directory | Binary | Stand-alone binary |
---|---|---|---|
Linux | linux-x64 |
Presence.SocialFormat.Console |
self-contained/Presence.SocialFormat.Console |
Linux | linux-x64 |
Presence.Posting.Console |
self-contained/Presence.Posting.Console |
Mac OS | osx-x64 |
Presence.SocialFormat.Console |
self-contained/Presence.SocialFormat.Console |
Mac OS | osx-x64 |
Presence.Posting.Console |
self-contained/Presence.Posting.Console |
Windows | win-x64 |
Presence.SocialFormat.Console.exe |
self-contained/Presence.SocialFormat.Console.exe |
Windows | win-x64 |
Presence.Posting.Console.exe |
self-contained/Presence.Posting.Console.exe |
NB. Each binary comes in 2 versions:
If you encounter any unexpected behaviour while using the tools, please report this by creating an issue.
The .pdb
and .xml
files present contain debugging information which will generate helpful stack traces should the application fail when using it. Provided these are found in the same directory as the binary they’re related to, you should be able to generate some additional, helpful information to add to your report.