Minimalist Ecosystem for Private AI: Chat, Code Generation, and Autonomous Automation.
Ventarys AI is a lightweight platform built with HTML5, CSS3, and pure JavaScript. Designed for developers seeking power without heavy dependencies, it allows them to run AI securely.
-
Total Privacy: Data is processed in your local environment.
-
Code Generation: Optimized to assist in development and refactoring.
-
Standalone IDE (Ventarys IDX): An integrated environment for working with AI agents.
-
Vanilla Architecture: No frameworks (React/Vue), ensuring maximum speed and portability.
-
Minimalist Interface: Focused on productivity and low resource consumption.
-
A modern web browser (Chrome, Firefox, Edge, Brave).
-
A local server (optional, such as VS Code's Live Server) to avoid CORS issues when loading modules.
- Clone the repository:
git clone https://github.com
cd ventarys-ai- Run:
Simply open the
index.htmlfile in your browser or start a local server:
# If you're using Python
python -m http.server 8000Ventarys AI uses a JavaScript-based agent architecture that interacts with local model APIs (such as Ollama) or external services. Being pure JS, the integration is straightforward and transparent.
Contributions are welcome!
-
Fork the project.
-
Create a branch for your feature (
git checkout -b feature/AIImprovements). -
Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.