https://github.com/octohelm/piper
WIP: unified executor
https://github.com/octohelm/piper
ansible-like buildkit container cue dagger executor remote-execution
Last synced: 3 months ago
JSON representation
WIP: unified executor
- Host: GitHub
- URL: https://github.com/octohelm/piper
- Owner: octohelm
- License: mit
- Created: 2023-12-18T10:56:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T10:44:52.000Z (4 months ago)
- Last Synced: 2026-02-03T15:55:37.289Z (4 months ago)
- Topics: ansible-like, buildkit, container, cue, dagger, executor, remote-execution
- Language: Go
- Homepage:
- Size: 1.27 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is Piper?
Piper is an unified executor, to run any local or any remote host, even in container.
## Features
* Bash execute and file system management, at
* localhost
* remote (ssh)
* Container build (powered by [dagger](https://github.com/dagger/dagger))
## How to use
### Install
```shell
curl -sSLf https://raw.githubusercontent.com/octohelm/piper/main/install.sh | sudo sh
```