if get.urirun.com

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.

Node: port 8765, bind 0.0.0.0, pliki w ~/.urirun-node. Host: mesh w ~/.urirun-host i komendy `urirun host ...`. Jeśli port jest zajęty, instalator node wybierze kolejny wolny port.

Role

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.

Otwórz app
Host

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
Node

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
Windows

Node na Windows

irm https://get.urirun.com/node.ps1 | iex
LAN

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
Flow

NL do URI flow

~/.urirun-host/.venv/bin/urirun host ask "sprawdz stan laptopa i zapisz notatke" --execute --config ~/.urirun-host/mesh.json
Aplikacja

Po instalacji: jeden interfejs do MCP, A2A i LLM

Zrzut ekranu aplikacji ifURI: endpointy MCP, A2A i LLM oraz czat
Links

Linki do skopiowania

Raw GitHub URL zostaje jako awaryjny fallback, gdy domena lub Plesk sa niedostepne.