Skip to content

Releases: rpx99/grok-build

grok-build 1.0.12 (OpenBSD amd64)

Choose a tag to compare

@rpx99 rpx99 released this 29 Aug 07:20

OpenBSD build of grok-build 1.0.12.

  • Package: grok-build-1.0.12
  • xAI SOURCE_REV: d5a0335a47221e8c9519936cb693e9b6450227ec
  • Includes the current OpenBSD port fixes and stamped version output.
  • Earlier OpenBSD releases remain unchanged.

grok-build 1.0.10p0 (OpenBSD amd64)

Choose a tag to compare

@rpx99 rpx99 released this 28 Aug 11:12

OpenBSD revision build for xAI's newer monorepo snapshot published without a Cargo version bump.

  • Package: grok-build-1.0.10p0
  • xAI SOURCE_REV: 70ec060ec3d28e77b9c4593be43c2ab0128bcd21
  • Includes the current OpenBSD port fixes and stamped version output.
  • The original v1.0.10-openbsd release remains unchanged.

grok-build 1.0.10 (OpenBSD amd64)

Choose a tag to compare

@rpx99 rpx99 released this 27 Aug 09:40

Native OpenBSD amd64 package of grok-build 1.0.10. This is not the xAI CDN installer (curl https://x.ai/cli/install.sh / grok update). The package is unsigned.

Install

doas pkg_add -r -D unsigned -D updatedepends ./grok-build-1.0.10.tgz

-u with a file path is wrong (-u takes package names). Resume an existing session with grok -c, not a bare grok.

Changes since 1.0.8

  • Synced with xAI grok-build 1.0.10 (77cd7eb)
  • Updated the Rust kqueue dependencies for OpenBSD: kqueue 1.1.1 -> 1.2.0 and kqueue-sys 1.0.4 -> 1.1.2
  • Fixed openbsd-mkpackage.sh --check output so Git's pager no longer produces a screen full of blank lines
  • Documented the xAI sync/build/release workflow and made the fork remote handling portable (no hard-coded user or home path)

OpenBSD integration

  • Clipboard via xclip (X11 CLIPBOARD/PRIMARY)
  • Voice capture via aucat / sndio
  • --no-execute-only plus ELF PT_LOAD patch so aws-lc does not SIGSEGV on execute-only .text
  • Process FD soft limit raised toward 8192 (does not edit login.conf)
  • TUI does not advertise an older CDN build as an update

Runtime dependencies

zstd, sqlite3, libgit2, pcre2, libssh2, oniguruma, llhttp, xclip

SHA-256 (grok-build-1.0.10.tgz): 5b0ef9e742135565ecd3fca334a9ca299d37937e5938b30e0b72d347629a15a4

Build from this tree: ./scripts/openbsd-mkpackage.sh (see openbsd-port/README.md and -h).

grok-build 1.0.8 (OpenBSD amd64)

Choose a tag to compare

@rpx99 rpx99 released this 26 Aug 14:40

Native OpenBSD amd64 package of grok-build 1.0.8. This is not the xAI CDN installer (curl https://x.ai/cli/install.sh / grok update).

Install

doas pkg_add -r -D unsigned -D updatedepends grok-build-1.0.8.tgz

-u with a file path is wrong (-u takes package names). Resume an existing session with grok -c, not a bare grok.

In this build

  • Clipboard via xclip (X11 CLIPBOARD/PRIMARY)
  • Voice capture via aucat / sndio
  • --no-execute-only plus ELF PT_LOAD patch so aws-lc does not SIGSEGV on execute-only .text
  • Process FD soft limit raised toward 8192 (does not edit login.conf)
  • TUI does not advertise an older CDN build as an update

Runtime depends (pkg_add pulls these)

zstd, sqlite3, libgit2, pcre2, libssh2, oniguruma, llhttp, xclip

Build from this tree: ./scripts/openbsd-mkpackage.sh (see -h).