Add Windows PowerShell Installer (scripts/install.ps1) for Llama Stack #4222
natedemoss
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add Windows PowerShell Installer (
scripts/install.ps1) for Llama StackContext
The repository currently offers a one-line Bash installer (
scripts/install.sh) for macOS/Linux users. Windows users must manually set up Docker containers and environment variables, creating onboarding friction and increasing chances of misconfiguration.Problem / Gap
There is no native automated Windows setup:
Proposal
Introduce and maintain a PowerShell installer:
scripts/install.ps1Goals
scripts/install.sh: network creation, optional telemetry (Jaeger, OTEL Collector, Prometheus, Grafana), Ollama model pull, Llama Stack container start.-Port,-OllamaPort,-ModelAlias,-Image,-Timeout,-NoTelemetry,-TelemetryServiceName,-TelemetrySinks,-OtelEndpoint.README.mdandCONTRIBUTING.md.Non-Goals (initial)
Behavior Summary
llama-netDocker network if absent.-NoTelemetryis supplied.http://localhost:<Port>/v1/healthbefore success message.Benefits
Usage Examples
From cloned repo
Open Questions
Requested Feedback
Beta Was this translation helpful? Give feedback.
All reactions