{"id":46451590,"url":"https://github.com/ouisolutions/vibescript","last_synced_at":"2026-04-09T19:14:19.981Z","repository":{"id":289783728,"uuid":"972390370","full_name":"OUIsolutions/VibeScript","owner":"OUIsolutions","description":"a lua runtime for Indie Hackers","archived":false,"fork":false,"pushed_at":"2026-04-04T18:42:07.000Z","size":10899,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T21:27:00.281Z","etag":null,"topics":["automation","llm","lua","runtime"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OUIsolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-25T02:15:33.000Z","updated_at":"2026-04-04T18:42:12.000Z","dependencies_parsed_at":"2025-06-01T05:26:54.561Z","dependency_job_id":"5cfb8f99-d467-4f73-bcdf-def74f7bc658","html_url":"https://github.com/OUIsolutions/VibeScript","commit_stats":null,"previous_names":["mateusmoutinho/vibescript","ouisolutions/vibescript"],"tags_count":61,"template":false,"template_full_name":"OUIsolutions/RagCraft","purl":"pkg:github/OUIsolutions/VibeScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OUIsolutions%2FVibeScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OUIsolutions%2FVibeScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OUIsolutions%2FVibeScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OUIsolutions%2FVibeScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OUIsolutions","download_url":"https://codeload.github.com/OUIsolutions/VibeScript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OUIsolutions%2FVibeScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31489427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","llm","lua","runtime"],"created_at":"2026-03-06T00:32:17.045Z","updated_at":"2026-04-06T21:00:53.718Z","avatar_url":"https://github.com/OUIsolutions.png","language":"Lua","readme":"\u003cdiv align=\"center\"\u003e\n\n# VibeScript\n![Lua Logo](https://img.shields.io/badge/VibeScript-0.47.0-blue?style=for-the-badge\u0026logo=lua)\n[![GitHub Release](https://img.shields.io/github/release/OUIsolutions/VibeScript.svg?style=for-the-badge)](https://github.com/OUIsolutions/VibeScript/releases)\n[![License](https://img.shields.io/badge/License-Unlicense-green.svg?style=for-the-badge)](https://github.com/OUIsolutions/VibeScript/blob/main/LICENSE)\n![Status](https://img.shields.io/badge/Status-Stable-brightgreen?style=for-the-badge)\n![Platforms](https://img.shields.io/badge/Platforms-Windows%20|%20Linux%20|%20macOS-lightgrey?style=for-the-badge)\n\n\u003c/div\u003e\n\n---\n\n### Overview\n\nVibeScript is a specialized Lua runtime environment designed for LLM-powered automations. It transforms Lua scripts into powerful AI-driven workflows with seamless integration of Large Language Model capabilities:\n\n1. **Configure your LLM model** \n2. **Write Lua automation scripts**\n3. **Execute AI-powered workflows**\n\nThis runtime is designed for developers who need to:\n- Create intelligent automation scripts with LLM integration\n- Perform file system operations with AI assistance\n- Build rapid prototypes for AI-driven applications\n- Deploy cross-platform automation tools\n\n### Key Features\n\n- **LLM Integration** - Direct access to LLM models from Lua scripts\n- **Multi-platform support** - Run on Windows, Linux, and macOS\n- **File system operations** - Secure read/write capabilities for automation\n- **Zero dependencies** - Standalone executables with embedded runtime\n- **Simple API** - Intuitive Lua interface for complex LLM operations\n- **Configurable models** - Support for various LLM providers\n\n\n### Linux Installation \n```bash\ncurl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.32.0/vibescript.out -o vibescript.out \u0026\u0026 chmod +x vibescript.out \u0026\u0026 sudo mv vibescript.out /usr/local/bin/vibescript\n```\n\n### macOS Installation\n```bash\ncurl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.32.0/vibescript.c -o vibescript.c \u0026\u0026 gcc vibescript.c -o vibescript \u0026\u0026 sudo mv vibescript /usr/local/bin/vibescript \u0026\u0026 rm vibescript.c\n```\n\n### Windows Installation\nDownload the appropriate executable from the releases section below.\n\n### AI/LLM Integration\n\nWant to learn how to use VibeScript with AI assistance? The built-in help system provides interactive examples for LLM integration and automation scripting.\n\n---\n\n## Releases\n\n\n|  **File**                                                                                                           | **What is**                                |\n|---------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|\n|[amalgamation.c](https://github.com/OUIsolutions/VibeScript/releases/download/0.47.0/amalgamation.c) | Amalgamated source code containing all libraries  |\n|[vibescript.out](https://github.com/OUIsolutions/VibeScript/releases/download/0.47.0/vibescript.out)   | Ready-to-use Linux binary           |\n|[vibescripti32.exe](https://github.com/OUIsolutions/VibeScript/releases/download/0.47.0/vibescripti32.exe)       | Ready-to-use Windows 32-bit executable                         |\n|[vibescript.deb](https://github.com/OUIsolutions/VibeScript/releases/download/0.47.0/vibescript.deb)       | Debian package for easy installation                             |\n|[vibescript.rpm](https://github.com/OUIsolutions/VibeScript/releases/download/0.47.0/vibescript.rpm)       | RPM package for easy installation            |\n\n\n\n## Documentation\n\n### CLI Usage\n| **Document**                                                    | **Description**                                         |\n|-----------------------------------------------------------------|---------------------------------------------------------|\n| [Extras](docs/cli_usage/extras.md)              | Additional CLI features and utilities                       |\n| [Interpreting](docs/cli_usage/interpreting.md)                           | Script interpretation and execution                               |\n| [LLM Operations](docs/cli_usage/llm_operations.md)                   | LLM model management and configuration                     |\n| [Script Memorizing](docs/cli_usage/script_memorizing.md)      | Script storage and management system                          |\n\n### Installation and Build\n| **Document**                                                    | **Description**                                         |\n|-----------------------------------------------------------------|---------------------------------------------------------|\n| [Build Instructions](docs/install_and_build/build_instructions.md)              | Build requirements and commands                       |\n| [Build with Extension](docs/install_and_build/build_with_extension.md)                           | How to add extensions inside VibeScript runtime                               |\n| [Install](docs/install_and_build/install.md)                   | Installation guide for all platforms                     |\n\n### Native API\n| **Document**                                                    | **Description**                                         |\n|-----------------------------------------------------------------|---------------------------------------------------------|\n| [Built-in Libraries](docs/native_api/buildin_librarys.md)              | Available libraries and their usage                       |\n| [LLM Operations](docs/native_api/llm_operations.md)                           | LLM integration and API functions                               |\n| [Props Handling](docs/native_api/props_handling.md)                   | Property and configuration management                     |\n\n### Other\n| **Document**                                                    | **Description**                                         |\n|-----------------------------------------------------------------|---------------------------------------------------------|\n| [Licenses](docs/licenses.md)      | List of licenses and copyrights                          |\n\n## 📄 License\n\nThis project is licensed under the Unlicense - see the [LICENSE](LICENSE) file for details.\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouisolutions%2Fvibescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouisolutions%2Fvibescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouisolutions%2Fvibescript/lists"}