Skip to content

beenruuu/openclaw-google-colab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

🦞 OpenClaw on Google Colab

Run your own personal AI assistant on Google Colab for free β€” powered by OpenClaw, Ollama, and Qwen.

What you get

Feature Details
🧠 Local AI Qwen models on Colab's T4 GPU via Ollama
πŸ’¬ Telegram Interface Live streaming responses, voice notes transcription, and native commands
🌐 Web & Browser Real Chromium integration β€” navigate, read pages, and search the web
πŸ“ Persistent Workspace Google Drive workspace integration survives Colab instance restarts
πŸ”§ Full Agentic Tools Files management, notes, task planning, code execution, and web capabilities
⚑ One-Click Deploy Super easy setup: configure, connect to GPU, and 'Run all'

Quick start

  1. Get a Telegram bot token β†’ Message @BotFather β†’ /newbot to create your assistant's bot.
  2. Get your Telegram user ID β†’ Message @userinfobot to get your ID (for security, so only you can use it).
  3. Open the notebook β†’ Open In Colab
  4. Set GPU β†’ Ensure you are using Runtime β†’ Change runtime type β†’ T4 GPU.
  5. Fill in your config β†’ Add your bot token and user ID in the notebook's configuration cell.
  6. Mount Google Drive β†’ The notebook will ask for permission to mount Google Drive to save your permanent workspace.
  7. Run all β†’ Runtime β†’ Run all (or Ctrl+F9).

How it works

You (Telegram) <--> OpenClaw Gateway <--> Ollama (Qwen on GPU) <--> OpenClaw Agent
  • Ollama runs the AI model locally on Colab's T4 GPU, ensuring high performance.
  • OpenClaw acts as the agentic brain, connecting the AI to Telegram and granting it access to tools (like Chromium browser, web fetching, and file operations).
  • Google Drive securely stores your persistent workspace (openclaw/workspace), including notes, tasks, memory, and your SOUL.md config.

Files

File Description
OpenClaw_Colab.ipynb The main Jupyter notebook to run on Google Colab.
README.md This documentation file.

Requirements

  • A free Google account (for Google Colab and Google Drive storage).
  • A free Telegram account.

Customization & Memory

Edit SOUL.md inside your Google Drive workspace (Google Drive/openclaw/workspace/SOUL.md) to customize your assistant's personality, preferred language, and overarching goals. The assistant will also continuously build its memory in this persistable folder.

License

MIT License β€” Powered by and based on OpenClaw.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors