Releases: grayhatdevelopers/vidxp
Release list
v0.4.0
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.0Server deployments use the matching -control and -worker image tags.
Installation guide 路 Server 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
v0.4.0-b.3
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.3Server deployments use the matching -control and -worker image tags.
Installation guide 路 Server deployment 路
Report an issue
What changed
0.4.0-b.3 (2026-08-05)
Features
Bug Fixes
v0.4.0-b.2
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.2Server deployments use the matching -control and -worker image tags.
Installation guide 路 Server deployment 路
Report an issue
What changed
0.4.0-b.2 (2026-08-03)
Features
v0.4.0-b.1
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.1Server deployments use the matching -control and -worker image tags.
Installation guide 路 Server 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
v0.4.0-b
v0.3.0
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
Documentation
- present product setup capabilities and roadmap (8d4d5ef)
v0.3.0-b.1
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
desktop: v0.3.0-b.1
v0.2.1-b.1
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