{"id":25214073,"url":"https://github.com/gexec/gexec","last_synced_at":"2025-06-28T02:05:26.279Z","repository":{"id":275493695,"uuid":"926003558","full_name":"gexec/gexec","owner":"gexec","description":"Generic execution platform for Ansible/OpenTofu/Terraform","archived":false,"fork":false,"pushed_at":"2025-06-22T22:53:12.000Z","size":6896,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T23:27:41.872Z","etag":null,"topics":["ansible","gexec","opentofu","terraform"],"latest_commit_sha":null,"homepage":"https://gexec.eu","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gexec.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2025-02-02T09:58:33.000Z","updated_at":"2025-06-22T22:53:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"93f14736-f375-43a3-885d-dbf569b15190","html_url":"https://github.com/gexec/gexec","commit_stats":null,"previous_names":["gexec/gexec"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gexec/gexec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexec%2Fgexec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexec%2Fgexec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexec%2Fgexec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexec%2Fgexec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gexec","download_url":"https://codeload.github.com/gexec/gexec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexec%2Fgexec/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262362075,"owners_count":23299123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ansible","gexec","opentofu","terraform"],"created_at":"2025-02-10T16:58:22.209Z","updated_at":"2025-06-28T02:05:26.273Z","avatar_url":"https://github.com/gexec.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gexec\n\n[![General Workflow](https://github.com/gexec/gexec/actions/workflows/general.yml/badge.svg)](https://github.com/gexec/gexec/actions/workflows/general.yml) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/10812ff088364821976ecaf4341a0225)](https://app.codacy.com/gh/gexec/gexec/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade) [![Discord](https://img.shields.io/discord/1335976189025849395)](https://discord.gg/Yda8rD4ZkJ) [![Go Reference](https://pkg.go.dev/badge/github.com/gexec/gexec.svg)](https://pkg.go.dev/github.com/gexec/gexec) [![GitHub Repo](https://img.shields.io/badge/github-repo-yellowgreen)](https://github.com/gexec/gexec)\n\n\u003e [!CAUTION]\n\u003e This project is in active development and does not provide any stable release\n\u003e yet, you can expect breaking changes until our first real release!\n\nWith Gexec we are building a generic execution platform for Ansible, OpenTofu\nand Terraform. Besides that it should be possible to execute any kind of script\nwhich is supported by [Asdf][asdf] plugins. Some plugins are installed as part\nof the containers, if you are installing this project differently it is up to\nyou to install and configure [Asdf][asdf].\n\n## Install\n\nYou can download prebuilt binaries from the [GitHub releases][releases] or from\nour [download site][downloads]. Besides that we also prepared repositories for\nDEB and RPM packages which can be found at [Baltorepo][baltorepo]. If you prefer\nto use containers you could use our images published on [GHCR][ghcr]. You are a\nMac user? Just take a look at our [homebrew formula][homebrew]. If you need\nfurther guidance how to install this take a look at our [documentation][docs].\n\n## Build\n\nIf you are not familiar with [Nix][nix] it is up to you to have a working\nenvironment for Go (\u003e= 1.24.0) and Nodejs (22.x) as the setup won't we covered\nwithin this guide. Please follow the official install instructions for\n[Go][golang] and [Nodejs][nodejs]. Beside that we are using [go-task][gotask] to\ndefine all commands to build this project.\n\n```console\ngit clone https://github.com/gexec/gexec.git\ncd gexec\n\ntask fe:install fe:build be:build\n./bin/gexec-server -h\n```\n\nIf you got [Nix][nix] and [Direnv][direnv] configured you can simply execute\nthe following commands to get al dependencies including [go-task][gotask] and\nthe required runtimes installed. You are also able to directly use the process\nmanager of [devenv][devenv]:\n\n```console\ncat \u003c\u003c EOF \u003e .envrc\nuse flake . --impure --extra-experimental-features nix-command\nEOF\n\ndirenv allow\n```\n\nWe are embedding all the static assets into the binary so there is no need for\nany webserver or anything else beside launching this binary.\n\n## Development\n\nTo start developing on this project you have to execute only a few commands. To\nstart development just execute those commands in different terminals:\n\n```console\ntask watch:server\ntask watch:runner\ntask watch:frontend\n```\n\nThe development server of the backend should be running on\n[http://localhost:8080](http://localhost:8080) while the frontend should be\nrunning on [http://localhost:5173](http://localhost:5173). Generally it supports\nhot reloading which means the services are automatically restarted/reloaded on\ncode changes.\n\nIf you got [Nix][nix] configured you can simply execute the [devenv][devenv]\ncommand to start the frontend, backend, MariaDB, PostgreSQL and Minio:\n\n```console\ndevenv up\n```\n\n## Security\n\nIf you find a security issue please contact\n[gexec@webhippie.de](mailto:gexec@webhippie.de) first.\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n*   [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nApache-2.0\n\n## Copyright\n\n```console\nCopyright (c) 2025 Thomas Boerger \u003cthomas@webhippie.de\u003e\n```\n\n[asdf]: https://asdf-vm.com/\n[releases]: https://github.com/gexec/gexec/releases\n[downloads]: http://dl.gexec.eu\n[baltorepo]: https://gexec.baltorepo.com/stable/\n[ghcr]: https://github.com/orgs/gexec/packages\n[homebrew]: https://github.com/gexec/homebrew-gexec\n[docs]: https://gexec.eu\n[nix]: https://nixos.org/\n[golang]: http://golang.org/doc/install.html\n[nodejs]: https://nodejs.org/en/download/package-manager/\n[gotask]: https://taskfile.dev/installation/\n[direnv]: https://direnv.net/\n[devenv]: https://devenv.sh/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgexec%2Fgexec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgexec%2Fgexec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgexec%2Fgexec/lists"}