https://github.com/streamliner-one/install
One-line installer and release manifests for AI automation and workflow operations platforms.
https://github.com/streamliner-one/install
devops installer openclaw
Last synced: 4 months ago
JSON representation
One-line installer and release manifests for AI automation and workflow operations platforms.
- Host: GitHub
- URL: https://github.com/streamliner-one/install
- Owner: Streamliner-One
- Created: 2026-03-01T16:46:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-01T18:07:42.000Z (4 months ago)
- Last Synced: 2026-03-01T19:09:04.906Z (4 months ago)
- Topics: devops, installer, openclaw
- Language: Shell
- Size: 1.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# install
One-line installer and release manifests for [tools-config-server](https://github.com/Streamliner-One/tools-config-server).
## Install
```bash
curl https://install.streamliner.one | bash
```
Sets up Node.js, downloads the server, installs dependencies, creates a systemd service, and prints your access URL and password. Tested on Ubuntu 22.04 / 24.04.
## What gets installed
→ [tools-config-server](https://github.com/Streamliner-One/tools-config-server) — self-hosted credential vault, OAuth re-auth, service health dashboard, live query runner, and TOOLS.md generator for AI agent infrastructure.
## Channels
| Channel | Version |
|---------|---------|
| `stable` | 0.6.1 |
| `latest` | 0.6.1 |
Channel manifest: [`versions.json`](./versions.json)
## Manual channel selection
```bash
curl https://install.streamliner.one | bash -s -- --channel latest
```