unofficial-antigravity-sdk
v1.0.2
Published
Unofficial TypeScript SDK port for Google Antigravity
Readme
unofficial-antigravity-sdk
Unofficial TypeScript SDK port for Google Antigravity.
This package bundles the localharness runtime extracted from the published
google-antigravity Python wheels. The runtime resolver picks the matching
binary for the current platform from vendor/localharness/<platform>/.
Currently available upstream runtimes:
darwin-arm64linux-arm64linux-x64
Refresh bundled runtimes with:
npm run sync:localharnessCI runs the same sync step before build, tests, and package verification.
The localharness executable is authored in TypeScript under src/bin/ and
emitted into dist/bin/ during npm run build, so published packages do not
need a separate handwritten JavaScript wrapper.
Repo tooling is TypeScript-authored as well; maintenance commands live under
scripts/*.ts and run through tsx.
