Skip to content

Releases: grayhatdevelopers/vidxp

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 12:42
c17a884

Download VidXP

VidXP turns video into searchable dialogue, scenes, people, and
inspectable evidence. Choose the desktop app for the guided local setup, or use
the Python package and containers for command-line and server deployments.

Platform Download
Windows x86-64 Installer
macOS Apple Silicon DMG
Linux x86-64 AppImage

Beta and stable macOS DMGs are signed with a Developer ID certificate and
notarized by Apple. The Windows installer is not yet signed and may trigger
SmartScreen.

Verify downloaded files against SHA256SUMS.

Command line

uv tool install --python 3.14 --torch-backend cpu \
  "vidxp[local-worker,mcp]==0.4.0"

Install uv first. Add
frontend to the extras if you also want the local browser interface:

uv tool install --python 3.14 --torch-backend cpu \
  "vidxp[local-worker,mcp,frontend]==0.4.0"

Containers

Browse published tags in the VidXP container package.

docker pull ghcr.io/grayhatdevelopers/vidxp:0.4.0

Server deployments use the matching -control and -worker image tags.

Installation guideServer deployment
Report an issue

What changed

0.4.0 (2026-08-17)

Features

  • codex: install guided workflows for VidXP setup, video ingestion, evidence search, and connection to the selected local installation (5c6552e)
  • desktop: set up an existing installation or create a Desktop-managed one, choose its features, verify readiness, and control local services from the app (8e779a3)
  • desktop: ship signed, notarized, and stapled macOS installers that launch without unsigned-app Gatekeeper warnings (4074332)
  • mcp: upload or import videos, follow ingestion and indexing progress, and receive visual boards, keyframes, and clips with search results (9a5a911)
  • media: show pending, ready, and failed imports across CLI, API, and MCP instead of hiding failed ingestion behind generic errors (aa1f61e)
  • networking: share browser, API, and MCP services on trusted networks; API and MCP use bearer-token authentication while browser sharing remains unauthenticated (37f3a84)
  • search: find actions and events across several seconds of video with Action search; enabling it downloads about 0.93 GiB and requires indexing videos with Action search selected (8922823)

Bug Fixes

  • models: harden preparation downloads (62cb7b1)
  • models: harden preparation downloads (69c5e51)

v0.4.0-b.3

v0.4.0-b.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:17
05bf7b2

Download VidXP

Beta release: This build is ready for testing, but may still contain rough edges. Please report anything unexpected.

VidXP turns video into searchable dialogue, scenes, people, and
inspectable evidence. Choose the desktop app for the guided local setup, or use
the Python package and containers for command-line and server deployments.

Platform Download
Windows x86-64 Installer
macOS Apple Silicon DMG
Linux x86-64 AppImage

Verify downloaded files against SHA256SUMS.

Command line

uv tool install --python 3.14 --torch-backend cpu \
  "vidxp[local-worker,mcp]==0.4.0-b.3"

Install uv first. Add
frontend to the extras if you also want the local browser interface:

uv tool install --python 3.14 --torch-backend cpu \
  "vidxp[local-worker,mcp,frontend]==0.4.0-b.3"

Containers

docker pull ghcr.io/grayhatdevelopers/vidxp:0.4.0-b.3

Server deployments use the matching -control and -worker image tags.

Installation guideServer deployment
Report an issue

What changed

0.4.0-b.3 (2026-08-05)

Features

  • desktop: add guided setup and local service management (#97) (8e779a3)

Bug Fixes

  • desktop: install managed runtimes from macOS Application Support paths (f5187b7)
  • desktop: provide a signed and notarized macOS installer (4074332)

v0.4.0-b.2

v0.4.0-b.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Aug 23:06
230ac37

Download VidXP

Beta release: This build is ready for testing, but may still contain rough edges. Please report anything unexpected.

VidXP turns video into searchable dialogue, scenes, people, and
inspectable evidence. Choose the desktop app for the guided local setup, or use
the Python package and containers for command-line and server deployments.

Platform Download
Windows x86-64 Installer
macOS Apple Silicon DMG
Linux x86-64 AppImage

Verify downloaded files against SHA256SUMS.

Command line

uv tool install --python 3.14 --torch-backend cpu \
  "vidxp[local-worker,mcp]==0.4.0-b.2"

Install uv first. Add
frontend to the extras if you also want the local browser interface:

uv tool install --python 3.14 --torch-backend cpu \
  "vidxp[local-worker,mcp,frontend]==0.4.0-b.2"

Containers

docker pull ghcr.io/grayhatdevelopers/vidxp:0.4.0-b.2

Server deployments use the matching -control and -worker image tags.

Installation guideServer deployment
Report an issue

What changed

0.4.0-b.2 (2026-08-03)

Features

  • mcp: wait efficiently for long-running jobs and return compact, shareable evidence results (#70) (7ff1dd1)

v0.4.0-b.1

v0.4.0-b.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:46
cdfca92

Download VidXP

Beta release: This build is ready for testing, but may still contain rough edges. Please report anything unexpected.

VidXP turns video into searchable dialogue, scenes, people, and
inspectable evidence. Choose the desktop app for the guided local setup, or use
the Python package and containers for command-line and server deployments.

Platform Download
Windows x86-64 Installer
macOS Apple Silicon DMG
Linux x86-64 AppImage

Verify downloaded files against SHA256SUMS.

Command line

python -m pip install "vidxp[local-worker,mcp]==0.4.0-b.1"

Containers

docker pull ghcr.io/grayhatdevelopers/vidxp:0.4.0-b.1

Server deployments use the matching -control and -worker image tags.

Installation guideServer deployment
Report an issue

What changed

0.4.0-b.1 (2026-08-03)

Features

  • skills: add installable VidXP agent workflows for guided video ingestion, readiness checks, and evidence search (62af88e, e321e29)
  • desktop: connect to an existing VidXP installation or manage an isolated local runtime (9a96b3a)
  • mcp: upload or import videos, index them automatically, and track ingestion until they are searchable (9a5a911)
  • mcp: return visual evidence boards with search results (549e727)

Bug Fixes

  • desktop: prevent console windows during background operations (42da9a5)
  • mcp: make follow-up clip creation reliable and support up to 10 evidence items (58a6db8)

v0.4.0-b

v0.4.0-b Pre-release
Pre-release

Choose a tag to compare

@tulayha tulayha released this 31 Jul 13:47
44ed234

0.4.0-b

Features

  • api: add explicit local network sharing (#39)

Bug Fixes

  • models: harden preparation downloads
  • release: restore beta release creation and synchronize release manifests (#40)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:43
6547a6c

0.3.0 (2026-07-31)

Features

  • deploy: add published server deployment profiles (600e333)
  • desktop: add managed local application (3ff20ec)
  • interfaces: expose CLI, browser, API, and MCP surfaces (5ae9fc7)
  • platform: add durable media and search services (98b85a8)

Bug Fixes

  • release: resolve repository in finalizers (#30) (83891e3)

Documentation

  • present product setup capabilities and roadmap (8d4d5ef)

v0.3.0-b.1

v0.3.0-b.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 05:37
69f5164

0.3.0-b.1 (2026-07-31)

Features

  • deploy: add published server deployment profiles (600e333)
  • desktop: add managed local application (3ff20ec)
  • interfaces: expose CLI, browser, API, and MCP surfaces (5ae9fc7)
  • platform: add durable media and search services (98b85a8)

Documentation

  • present product setup capabilities and roadmap (8d4d5ef)

desktop: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:35
6547a6c

0.3.0 (2026-07-31)

Features

  • desktop: add managed local application (3ff20ec)

desktop: v0.3.0-b.1

desktop: v0.3.0-b.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 05:31
69f5164

0.3.0-b.1 (2026-07-31)

Features

  • desktop: add managed local application (3ff20ec)

v0.2.1-b.1

v0.2.1-b.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:59

v0.2.1-b.1 (2026-07-28)

This release is published under the MIT License.

Bug Fixes

  • ci: Prevent redundant dependency update runs (6960860)

Detailed Changes: v0.2.0...v0.2.1-b.1