Zainstaluj hosta albo node jednym poleceniem.
Host steruje siecią i uruchamia flow, node wystawia lokalne URI endpointy, MCP oraz A2A dla hosta i aplikacji ifURI.
Wybierz, co instalujesz
Host
Komputer operatora. Trzyma mesh, listę node'ów, routy, agentów i uruchamia flow.
Node
Komputer wykonawczy. Wystawia lokalny rejestr URI, MCP, A2A i endpoint HTTP.
Aplikacja
Interfejs operatora do hosta, node'ów, tras URI, MCP/A2A i zadań LLM.
Komputer sterujący
Uruchom na komputerze, z którego chcesz zarządzać node'ami i flow.
curl -fsSL https://get.urirun.com/host.sh | bash -s -- --name studio
Host z dodaniem node'a
Użyj, gdy znasz adres node'a w LAN.
curl -fsSL https://get.urirun.com/host.sh | bash -s -- --name studio --add-node laptop=http://NODE_IP:8765
Komendy po instalacji
Lista node'ów, tras URI, agentów MCP/A2A i dashboard.
~/.urirun-host/.venv/bin/urirun host nodes --config ~/.urirun-host/mesh.json
~/.urirun-host/.venv/bin/urirun host routes --config ~/.urirun-host/mesh.json
~/.urirun-host/.venv/bin/urirun host agents --config ~/.urirun-host/mesh.json
~/.urirun-host/.venv/bin/urirun host dashboard serve --config ~/.urirun-host/mesh.json
Komputer wykonawczy
Uruchom na laptopie, serwerze lub maszynie, która ma wykonywać komendy URI.
curl -fsSL https://get.urirun.com/node.sh | bash -s -- --name laptop --background
Foreground
Szybki test w terminalu.
curl -fsSL https://get.urirun.com/node.sh | bash
Boot service
Linux systemd user lub macOS launchd, start po restarcie.
curl -fsSL https://get.urirun.com/node.sh | bash -s -- --name laptop --service
Node z connectorami
Od razu dodaje trasy HTTP check i time-tools do registry.
curl -fsSL https://get.urirun.com/node.sh | bash -s -- --name laptop --connectors http-check,time-tools --background
Node na Windows
irm https://get.urirun.com/node.ps1 | iex
Minimalny przepływ host + node
# 1. Na komputerze node:
curl -fsSL https://get.urirun.com/node.sh | bash -s -- --name laptop --background
# 2. Na komputerze host:
curl -fsSL https://get.urirun.com/host.sh | bash -s -- --name studio --add-node laptop=http://NODE_IP:8765
~/.urirun-host/.venv/bin/urirun host routes --config ~/.urirun-host/mesh.json
NL do URI flow
~/.urirun-host/.venv/bin/urirun host ask "sprawdz stan laptopa i zapisz notatke" --execute --config ~/.urirun-host/mesh.json
Po instalacji: jeden interfejs do MCP, A2A i LLM
Linki do skopiowania
- https://get.urirun.com/node.sh
- https://get.urirun.com/host.sh
- https://get.urirun.com/node.ps1
- https://github.com/if-uri/get
- raw.githubusercontent.com/if-uri/get/main/node.sh
- raw.githubusercontent.com/if-uri/get/main/host.sh
Raw GitHub URL zostaje jako awaryjny fallback, gdy domena lub Plesk sa niedostepne.