OpenMindAI_3.0.0_x64-setup.exe
.\OpenMindAI_3.0.0_x64-setup.exesha256:a83f0cd1152f08801fba4332e7adf1d18aef12b7950a007d4cdab8ffa482b317Release line: v3.0.0
Status: Release candidate until the signed production installer and updater artifacts pass the final release pipeline.
OpenMindAI v3.0.0 is the largest workflow-focused update since v2.0.0.
The release moves OpenMindAI beyond local chat and model management into a local AI workstation that can actively work with real projects, files, terminal commands, Git repositories, and connected services while keeping explicit permission and validation boundaries.
Between v2.0.0 and the v3.0.0 source line, the repository contains hundreds of changes across the desktop UI, Rust backend, local AI runtimes, project system, connected apps, media capabilities, CI, security, installer, updater, and release infrastructure.
Projects are no longer limited to instructions, attached files, and linked chats.
Each Project now includes:
This turns a Project into a practical local workspace instead of a passive context container.
A real local folder can now be opened directly as an OpenMindAI Project.
The flow can:
This creates the foundation for working on existing applications, repositories, research code, websites, scripts, or other local projects directly inside OpenMindAI.
v3.0.0 introduces the new autonomous Project Agent workflow.
The agent can work against an attached local project and can:
The agent uses the local OpenMindAI model/runtime rather than requiring a paid cloud coding API.
The Project Agent now supports a real iterative development loop:
Important reliability improvements include:
v3.0.0 makes completion evidence stricter.
After a workspace-changing action:
Recognized project validation targets include common ecosystems such as:
The local agent no longer works from a stale snapshot after making changes.
v3.0.0 refreshes Project workspace context after:
This makes the next agent step reason over the current state of the project rather than the state that existed before the edit or command.
Terminal access remains intentionally permission-gated.
Without explicit broader permission, OpenMindAI keeps Project Agent work scoped to the attached workspace.
When Full PC + Terminal access is enabled, the agent can use non-interactive local shell commands while still following safety restrictions.
The terminal workflow avoids:
sudo requests.Cross-platform terminal guidance is implemented for:
/bin/sh -lc./bin/sh -lc.Project Agent can inspect Git state when terminal permission is available.
New Git-aware capabilities include:
Potentially mutating Git operations such as commits, resets, cleans, branch changes, installs, or arbitrary commands remain behind the terminal permission boundary and the user's task instruction.
v3.0.0 adds a major Connected Apps architecture.
Connected services are treated as internal assistant tools rather than a separate raw API console.
Users configure connections in:
Settings → Apps
Then they can ask for the desired result naturally from Chat or Project Work.
Supported app families include:
Connected-app actions are selected internally by the assistant instead of exposing provider/action JSON to the user.
The new connected-service backend includes additional controls for remote data and mutations.
Implemented protections include:
This allows natural-language connected-service workflows without treating external tool output as trusted instructions.
The chat backend received substantial persistence and workflow hardening.
Improvements include:
The Project system received database and relationship hardening.
Changes include:
v3.0.0 significantly expands local multimodal infrastructure.
New or expanded backend areas include:
The goal remains local-first: OpenMindAI reports missing local dependencies instead of silently sending generation requests to paid cloud APIs.
The image-generation path is more complete than the v2 entry-point implementation.
v3 improvements include:
Hardware profiles include compatibility handling for CPU and supported GPU backends.
New local audio infrastructure includes:
v3 introduces additional local document and vision foundations:
The document-generation backend was substantially reworked.
Improvements include:
Generated content handling now includes additional integrity rules.
Changes include:
The model subsystem continues to evolve beyond the v2 implementation.
v3 adds or improves:
The default v3 setup continues to target Qwen3 4B Q4_K_M as the baseline local language model.
The local runtime layer received additional reliability work.
Updates include:
OpenMindAI continues to keep application binaries separate from the user's AI data root.
v3 strengthens this design.
The configured OpenMindAI root can continue to hold:
Upgrade and reinstall flows are designed so that application replacement does not delete the user's selected AI data root.
Portable-root behavior also continues to avoid silently creating a new empty data location when an expected external drive is unavailable.
SQLite persistence received additional migration and recovery work.
New database changes include:
A dedicated Apps settings area is introduced for connected services.
The UX is intentionally separated:
Users do not need to manually choose raw provider action names for normal connected workflows.
The desktop UI receives substantial structural work.
Major additions include:
v3 adds a dedicated security validation pipeline.
Security checks include:
npm auditcargo auditNew repository security documentation includes:
SECURITY.mdCODE_OF_CONDUCT.mdCONTRIBUTING.mdv3 introduces a much stricter multi-platform CI system.
npm ciRuns on:
Checks include:
rustfmtThe release line is therefore validated across more than a single development environment.
v3.0.0 adds automated version synchronization checks across:
package.jsonCargo.tomlVersion drift now fails CI instead of being discovered during release packaging.
A dedicated release-readiness workflow now validates the release before the production tag workflow is used.
Checks include:
This is designed to catch installer/upgrade regressions before a public v3 release.
v3 adds a production Windows release pipeline built around both Windows code signing and Tauri updater signing.
The production tag workflow requires:
The pipeline is intentionally fail-closed.
If signing credentials are unavailable, OpenMindAI does not silently produce an unsigned build and present it as a trusted production release.
The v3 release path now prepares the assets required for the Tauri updater.
Production release validation checks:
latest.json.This provides the foundation for a trusted in-app v2 → v3 update path.
The trusted Windows v3.0.0 release is expected to contain:
OpenMindAI_3.0.0_x64-setup.exeOpenMindAI_3.0.0_x64-setup.exe.siglatest.jsonSHA256SUMS.txtOpenMindAI-Setup.batOpenMindAI-Setup.commandopenmindai-setup.shopenmindai.markerThe final public release should only be published after the production pipeline has generated and verified these assets.
The cross-platform bootstrap files continue to be maintained for:
v3 synchronizes bootstrap version metadata with the application release and validates bootstrap configuration as part of the release contract.
The repository is more strictly source-focused in v3.
The source repository excludes machine-local data such as:
Old committed installer binaries are also removed from the normal source tree; release binaries belong in GitHub Releases.
v3 improves development and contribution infrastructure with:
v2.0.0:
Projects primarily organized chats, instructions, and attached local context.
v3.0.0:
Projects can become active local development workspaces with an attached folder, local filesystem, editor, terminal permission controls, Git inspection, and Project Agent execution.
v2.0.0:
No unified internal connected-app agent architecture.
v3.0.0:
Google Workspace, GitHub, Microsoft 365, Slack, Notion, Dropbox, and MCP capabilities can be exposed internally to Chat/Project Work through permission-aware assistant tools.
v2.0.0:
No full autonomous edit → terminal → repair → retest project workflow.
v3.0.0:
Workspace mutations invalidate stale validation and the Project Agent is expected to test/build/lint before completing when applicable.
v2.0.0:
Public installer/bootstrap assets existed, but the release process was significantly simpler.
v3.0.0:
Dedicated CI, Security, Release Readiness, signed installer, signed updater metadata, v2→v3 smoke upgrade testing, and release-asset contract validation are implemented.
The v3 application is designed to preserve the user's selected OpenMindAI data root.
The upgrade path must not intentionally delete:
The production release pipeline includes a Windows v2.0.0 → v3.0.0 installer upgrade smoke test before the release is considered ready.
For a normal public v3 release, use the signed installer generated by the official GitHub Release pipeline.
Existing v2.0.0 users should be able to upgrade using the v3 installer while retaining their configured AI data root.
A clean installation remains supported as well.
After upgrading, the biggest visible workflow change is inside Projects.
To use the new Project Agent workflow:
Connected services can be configured separately under Settings → Apps.
Primary target:
Source/build support and validation also cover:
Actual local inference and media performance depends on:
v3.0.0 production publication requires the trusted signing pipeline to pass.
Required production secrets include:
These private credentials must never be committed to the repository.
OpenMindAI v3.0.0 changes the product from a local AI chat application with Projects into a broader local AI work environment.
The defining v3 additions are:
The v3.0.0 source line is prepared as a release candidate.
The final public release should be published only after the production signing credentials are configured and the complete signed Windows installer/updater pipeline passes.
OpenMindAI v3.0.0 — Local AI that can work with your project, not just talk about it.
Every stored Windows, macOS, Linux and Android package is listed independently with its real filename, architecture/ABI, size, source and install command.
.\OpenMindAI_3.0.0_x64-setup.exesha256:a83f0cd1152f08801fba4332e7adf1d18aef12b7950a007d4cdab8ffa482b317.\OpenMindAI-Setup.batsha256:4dcb47b4664193b1488136c55f8636a91e3623146a13967f527a85752e2ca443chmod +x "OpenMindAI-Setup.command"
"./OpenMindAI-Setup.command"sha256:2c547c84b62d759c6cae40c07f65bd4136c77ce3e5be30d35d35c5c74f6da7b8chmod +x "openmindai-setup.sh"
"./openmindai-setup.sh"sha256:a1ad46dc91425ce0f165abcd0cddbe90348fcc510d60cfd8a4d778b9c07027f3adb install "app-arm64-v8a-release.apk"adb install "app-armeabi-v7a-release.apk"adb install "app-x86_64-release.apk"Compare these values with the downloaded packages before installation.
OpenMindAI-Setup.bat: sha256:4dcb47b4664193b1488136c55f8636a91e3623146a13967f527a85752e2ca443 OpenMindAI-Setup.command: sha256:2c547c84b62d759c6cae40c07f65bd4136c77ce3e5be30d35d35c5c74f6da7b8 openmindai-setup.sh: sha256:a1ad46dc91425ce0f165abcd0cddbe90348fcc510d60cfd8a4d778b9c07027f3 openmindai.marker: sha256:d7966cf73d439dcc7af168dd9f213ba685f0a0880e6802398ac38ad4497d038b OpenMindAI_3.0.0_x64-setup.exe: sha256:a83f0cd1152f08801fba4332e7adf1d18aef12b7950a007d4cdab8ffa482b317