-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
pipecat version
0.0.98
Python version
3.12
Operating System
Ubuntu 24.04 x86
Question
Is it possible to run pipecat-ui offline without internet? I found it fails to download scripts like the below and the "connect" button in the webui is disabled. I already pre-downloaded ntlk but unable to find the needed javascripts for the pipecat-ui to launch with the connect button enabled.
pipecat-ui loading failure when offline: Failed to load call object bundle https://c.daily.co/call-machine/versioned/0.86.0/static/call-machine-object-bundle.js
What I've tried
I've checked all the github pipecat/daily repos and unable to find needed javascripts. Also checked Dockerhub but there are no images for x86 to check if they will help..
Context
Wanting to build a voice agent that runs completely offline. The part left (I think) is the pipecat-ui downloading/requiring additional assets.