Metadata-Version: 2.4
Name: iqvigilant-workbench
Version: 0.1.22
Summary: IQVigilant Workbench — batteries-included VeloIQ + IQVigilant desktop/server app
License: Proprietary
Project-URL: Homepage, https://iqvigilant.ai
Project-URL: Download, https://iqvigilant.ai/download.html
Project-URL: Release archives, https://github.com/cesarlugos1s/iqvigilant-workbench-releases
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: alembic<2.0,>=1.13
Requires-Dist: classy-classification>=0.7.0
Requires-Dist: click>=8.0
Requires-Dist: cryptography>=41.0.0
Requires-Dist: dateparser>=1.0
Requires-Dist: detect-delimiter>=0.1.1
Requires-Dist: fastapi<1.0,>=0.109
Requires-Dist: fuzzywuzzy>=0.18.0
Requires-Dist: itsdangerous>=2.0
Requires-Dist: json2html>=1.3.0
Requires-Dist: langchain-classic>=1.0.0
Requires-Dist: langchain-community>=0.2.0
Requires-Dist: langchain-ibm>=0.1.0
Requires-Dist: langchain-ollama>=0.1.0
Requires-Dist: langchain-openai>=0.1.0
Requires-Dist: langchain>=0.1.0
Requires-Dist: langdetect>=1.0.0
Requires-Dist: langgraph>=0.0.26
Requires-Dist: numpy>=1.24
Requires-Dist: openai>=1.0.0
Requires-Dist: pandas>=2.0
Requires-Dist: pandasai-openai>=0.1.0
Requires-Dist: passlib[bcrypt]>=1.7
Requires-Dist: plotly>=5.0
Requires-Dist: pydantic-settings>=2.1
Requires-Dist: pydantic<3.0,>=2.5
Requires-Dist: pysbd>=0.3.4
Requires-Dist: python-dotenv>=1.0
Requires-Dist: python-jose[cryptography]>=3.3
Requires-Dist: python-jose[cryptography]>=3.3.0
Requires-Dist: python-multipart>=0.0.6
Requires-Dist: requests>=2.28
Requires-Dist: sentence-transformers>=2.2.0
Requires-Dist: spacy-curated-transformers>=0.2.0
Requires-Dist: spacy-transformers>=1.3.0
Requires-Dist: spacy>=3.7.0
Requires-Dist: sqladmin>=0.16
Requires-Dist: sqlalchemy<3.0,>=2.0.25
Requires-Dist: sqlmodel<1.0,>=0.0.14
Requires-Dist: tomli>=2.0; python_version < "3.11"
Requires-Dist: typing-extensions>=4.9
Requires-Dist: uvicorn[standard]>=0.23.0
Requires-Dist: uvicorn[standard]>=0.27
Provides-Extra: documents
Requires-Dist: chromadb>=0.4.0; extra == "documents"
Requires-Dist: pandasai-openai>=0.1.0; extra == "documents"
Requires-Dist: unstructured>=0.12.0; extra == "documents"
Requires-Dist: pypdf>=4.0.0; extra == "documents"
Requires-Dist: python-docx>=1.1.0; extra == "documents"
Requires-Dist: python-pptx>=0.6.23; extra == "documents"
Requires-Dist: openpyxl>=3.1.0; extra == "documents"
Requires-Dist: openapi-schema-validator>=0.6.0; extra == "documents"
Requires-Dist: jsonschema>=4.0.0; extra == "documents"

# IQVigilant Workbench

A free, standalone desktop/server application with an embedded VeloIQ runtime,
the full IQVigilant extension, and a pre-licensed 1-user "Forever Free"
Natural Language tier. No cloud, no subscription — download and run.

## Install

```bash
pip install iqvigilant-workbench
iqvigilant-workbench
# → opens http://localhost:8000, login admin / admin
```

`iqvigilant` also works as a shorter alias for the same command. On first run
it copies the bundled sample data into a per-user data directory and opens
your browser automatically. Pass `--no-browser` to skip that, or `--port <n>`
to run on a port other than 8000.

## Links

- Website: https://iqvigilant.ai
- All install options (Linux/macOS/Windows archives, Homebrew, Microsoft
  Store): https://iqvigilant.ai/download.html
- Release archives: https://github.com/cesarlugos1s/iqvigilant-workbench-releases

## License

Free forever for 1 user. IQVigilant's own source ships only as compiled
binaries (`.so`/`.pyd`/`.pyc`), never as `.py` — see the website for team
licensing.
