About this project

Go-Aptabase provides a simple, zero-dependency way to integrate Go applications with [Aptabase](https://aptabase.com), an open-source privacy-first analytics platform. ## Installation ```bash go get github.com/brycensranch/go-aptabase ``` ## Key Features - No CGO required — pure Go implementation - No external dependencies - Cross-platform support: Windows, Linux, macOS, and FreeBSD - On Windows, uses the native Windows API instead of spawning command prompts ## Usage An API key from the Aptabase dashboard is required. Example usage can be found in `example/main.go`. The SDK automatically captures system properties including app version, build number, OS name and version, device model, locale, engine details, SDK version, and a debug flag. Developers can attach custom event properties such as user email or username when recording events. ## License MIT licensed.