У нас вы можете посмотреть бесплатно Clawdbot is now MOLTBOT! 🚨 + Run it LOCALLY with Ollama! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Clawdbot is now officially Moltbot! 🚨 Due to trademark reasons, the project has completely changed its name. But don't worry, it is better than ever. In this video, I show you how to run your own AI Agent LOCALLY on your PC using Ollama and the newly rebranded Moltbot. 100% Free and Private. In this full tutorial, I cover: ✅ Why Clawdbot changed to Moltbot. ✅ How to install Ollama and run the Qwen model locally. ✅ How to fix Telegram pairing issues. Whether you are on Windows (via WSL), Linux, or Mac, this guide has you covered. Let's build your personal Jarvis! 🔗 Links & Resources Mentioned: 🔹 The New Agent Repo (Moltbot): https://github.com/moltbot 🔹 Install Ollama (Linux/WSL): https://ollama.com/download/linux 🔹 Guide: How to Run Ollama on Windows via WSL: ( / how-to-run-ollama-in-windows-via-wsl ) 🔹 Download Node.js (Required): https://nodejs.org/en/download 🛠️ Commands Used in This Video STEP 1: Install Ollama & Model Install required package sudo apt-get install zstd Install Ollama curl -fsSL https://ollama.com/install.sh | sh Start Ollama service (Run in background) ollama serve & Pull the Coding Model (Qwen 2.5 Coder) ollama pull qwen2.5-coder:0.5b STEP 3: Install Node.js (via NVM) Download and install NVM curl o https://raw.githubusercontent.com/nvm... | bash Load NVM (or restart terminal) \. "$HOME/.nvm/nvm.sh" Install Node.js v24 nvm install 24 Verify installation node -v npm -v STEP 4: Install Moltbot (Formerly Clawdbot) Note: The project has been renamed. Please use 'moltbot' commands. Install the CLI tool globally npm install -g moltbot@latest Initialize & Onboard moltbot onboard --install-daemon Start the Agent from Ollama clawdbot gateway stop ollama launch clawdbot --config #Moltbot #Ollama #LocalAI #AIagent #Qwen #Clawdbot