Vibe boldly. Verify everything.
Project description
Vibe Boldly. Verify Everything.
Overview
vaibify is based on the premise that AI-assisted research projects must be decomposable, verifiable, and containable.
vaibify creates secure, containerized environments for AI-assisted data science that can be accessed through a GUI and is fully scriptable. While it fully embraces agentic AI code development, vaibify also recognizes that a human must verify all results. vaibify solves these challanges by configuring Docker containers that prevent AI agents from harming your sensitive data, povides a GUI that supports terminal window(s) for running agents like Claude Code, and includes "viewing windows" that allow users to inspect resutls (data files, figures, animations). "Workflow" mode decomposes projects into automatic vs. interactive steps, and verifies the output via unit tests, dependency checks, and user validation. vaibify also seamlessly integrates with external resources like GitHub, Overleaf, and Zenodo so you can easily write reports, manage your work with version control, and archive your data. vaibify allows you to vibe code with confidence: your host machine stays safe while the agents develop code and build your analysis pipeline — all with minimal IDE interaction — enabling you to focus on vetting the results via visual inspection.
To get started, follow the Installation Guide and then the Quick Start.
Why Vaibify?
Data scientists increasingly rely on AI coding agents to build and iterate on analysis pipelines. But running AI-generated code raises real concerns:
- Safety — AI agents need broad permissions to be effective, but broad permissions on your host are dangerous. Vaibify runs everything inside an isolated Docker container with no access to your host filesystem, network, or credentials beyond what you explicitly grant.
- Reproducibility — Vaibify tracks provenance (SHA-256 hashes of every input and output), archives results to Zenodo with a DOI, syncs figures to Overleaf, and generates GitHub Actions workflows so anyone can reproduce your pipeline.
- Iteration — Decompose your project into steps, run them in parallel, inspect the outputs in the workflow viewer GUI, and re-run individual steps until you're satisfied.
- Generality — Vaibify is not tied to any specific domain. Configure your repositories, packages, languages (Python, R, Julia), and secrets in a single YAML file. Templates get you started fast.
Features
Vaibify provides a complete workflow for containerized scientific computing:
Container Management — Build, start, stop, and connect to Docker environments defined by a single vaibify.yml configuration file. Multiple projects can run simultaneously, each with its own container, image, and workspace volume. Target any project from any directory with --project/-p. Clone and install repositories, system packages, and Python/R/Julia dependencies automatically.
Pipeline Execution — Define multi-step workflows in workflow.json with data commands, plot commands, and test commands. Run individual steps or the full pipeline with one click in the browser-based GUI.
Workflow Viewer — A browser-based GUI for managing pipelines, viewing figures, monitoring resources, and running terminal sessions inside the container.
Security — No Docker socket inside the container, unprivileged user with gosu, ephemeral secrets mounted as mode-600 temp files, optional network isolation, and a built-in security audit (vaibify verify).
Reproducibility — Provenance tracking, Zenodo archival with DOI assignment, Overleaf figure sync, LaTeX annotation generation, and GitHub Actions workflow generation.
Templates — Two project templates ship with Vaibify: sandbox (no workflow, for exploration) and workflow (pipeline steps for reproducible analysis).
Quick Start
pip install vaibify
vaibify init --template workflow
vaibify build
vaibify start --gui
CLI Commands
vaibify init [--template NAME] Create a project from a template
vaibify setup Launch the setup wizard GUI
vaibify build [-p NAME] [--no-cache] Build the Docker image
vaibify start [-p NAME] [--gui] Start the container
vaibify stop [-p NAME] Stop the container
vaibify status [-p NAME] Show environment status
vaibify connect [-p NAME] Shell into the container
vaibify verify [-p NAME] Run the isolation security audit
vaibify gui [-p NAME] Launch the workflow viewer
vaibify push [-p NAME] <src> <dest> Copy files into the container
vaibify pull [-p NAME] <src> <dest> Copy files out of the container
vaibify config [edit|export|import]
vaibify publish [archive|workflow]
The shorthand vaib is also available.
Resources
The docs/ directory contains the full Sphinx documentation, also available online. The templates/ directory contains the project templates. The tests/ directory contains the pytest test suite.
Code Integrity
The Vaibify team maintains code integrity through automatic checks at every pull request. Unit tests run across all permutations of Ubuntu 22.04/24.04, macOS 15/26, and Python 3.9 through 3.14. Tests that require a running Docker daemon are excluded from CI and run locally. Documentation is rebuilt and deployed automatically on every merge to main.
Community
Vaibify is a community project. We welcome pull requests — please issue them to the main branch. See the Contributor's Guide for style conventions and testing instructions.
If you have questions or are running into issues, post to a Discussion.
If you believe you have encountered a bug, please raise an issue using the Issues tab.
Requirements
- Python 3.9+
- Docker (or Colima on macOS)
- macOS or Linux
License
MIT
© 2025 Rory Barnes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vaibify-0.0.0.tar.gz.
File metadata
- Download URL: vaibify-0.0.0.tar.gz
- Upload date:
- Size: 544.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
133bc412df619c96928a64485bc27156751c336e9fa1fdfd0ebeb08354f2f9ce
|
|
| MD5 |
8e39d476efb441fd2cd229b969bc97e4
|
|
| BLAKE2b-256 |
ca304ca8556b3b0991681b53b89735d5dc8fe560ceb7dc758c7c10544089410b
|
Provenance
The following attestation bundles were made for vaibify-0.0.0.tar.gz:
Publisher:
pip-install.yml on RoryBarnes/vaibify
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vaibify-0.0.0.tar.gz -
Subject digest:
133bc412df619c96928a64485bc27156751c336e9fa1fdfd0ebeb08354f2f9ce - Sigstore transparency entry: 1229969831
- Sigstore integration time:
-
Permalink:
RoryBarnes/vaibify@54c1007d05cdca7041b0d2ec61b05d295318bf7d -
Branch / Tag:
refs/tags/v0.0.0 - Owner: https://github.com/RoryBarnes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pip-install.yml@54c1007d05cdca7041b0d2ec61b05d295318bf7d -
Trigger Event:
release
-
Statement type:
File details
Details for the file vaibify-0.0.0-py3-none-any.whl.
File metadata
- Download URL: vaibify-0.0.0-py3-none-any.whl
- Upload date:
- Size: 364.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ce2dbaaf01e9f22563d6a50ec3786af804714eedf8c65faf10e4a461a64310e
|
|
| MD5 |
024f3ac708d9c4b3157a0e1ca8c1eeae
|
|
| BLAKE2b-256 |
cd00b2a9f06a88912f48005a4bc8edacc2fb9763ef140880ca9cba4b906cab78
|
Provenance
The following attestation bundles were made for vaibify-0.0.0-py3-none-any.whl:
Publisher:
pip-install.yml on RoryBarnes/vaibify
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vaibify-0.0.0-py3-none-any.whl -
Subject digest:
7ce2dbaaf01e9f22563d6a50ec3786af804714eedf8c65faf10e4a461a64310e - Sigstore transparency entry: 1229969840
- Sigstore integration time:
-
Permalink:
RoryBarnes/vaibify@54c1007d05cdca7041b0d2ec61b05d295318bf7d -
Branch / Tag:
refs/tags/v0.0.0 - Owner: https://github.com/RoryBarnes
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pip-install.yml@54c1007d05cdca7041b0d2ec61b05d295318bf7d -
Trigger Event:
release
-
Statement type: