
Your own team of AI helpers in a Linux desktop app. Give each bot a role, connect your model providers, and keep conversations, memories and files on your computer.
Documentation · Provider setup · Contributing · Security
Bots and conversations are the main screen. Each helper has its own mascot; groups bring helpers together. Learning, evaluations and detailed controls are there when you need them, under Advanced.
Install the latest stable release on Linux x86-64 with glibc 2.39 or newer using the user installer. The desktop and workspace have been tested on Ubuntu 26.04:
curl -fsSL https://raw.githubusercontent.com/agent-sh/linubot/main/install.sh -o /tmp/linubot-install.sh
bash /tmp/linubot-install.sh --launch
Connect a provider in Settings, choose Add a bot, and send a message such as “Help me plan tomorrow.” The installer verifies the release checksum and installs for your user without sudo. See installation for wget, system packages and source builds.

Use the same bots from your phone with private phone access and the Android app. Skills and connected tools are discovered on demand.
A bot has a role, model, skills and continuing conversation. A group lets several bots take turns in one conversation. Sessions take you back to those conversations; detailed task activity stays expandable inside them.
Connect several providers at once and choose a provider and model for each bot. Changing the app default leaves the other connections available. Model dropdowns read the selected endpoint's catalog, with custom IDs available when needed.
OpenAI Chat Completions, Responses, Anthropic Messages and bearer-authenticated Converse endpoints are supported, including custom and local servers. Prepared providers and available browser sign-in methods are listed in the provider guide. API compatibility alone does not imply access through a provider's consumer subscription. Tiyuvta is the recommended first connection, with browser sign-in and an editable preselected model.
Settings contains provider connections, web search, connected tools and long conversation budgets. A bot's options select its connection, model and skills. Advanced contains memory, routines, demonstrations and evaluations.
Bot options → Delete bot previews the effects on groups and routines before confirmation. Past messages and shared team memory are retained. See bot management.
When a newer release is available, Upgrade to … appears in the sidebar. Managed user installs can download, verify and restart after confirmation; other installs open the release page. See updates.
Desktop data defaults to ~/.local/share/linubot, respects XDG_DATA_HOME, and
can be moved with LINUBOT_DATA. Model requests, web calls and MCP calls go to
the services you choose. See architecture and storage.
Linubot is for Linux. Shipped x86-64 binaries require glibc 2.39 or newer. The desktop and real workspace have been tested on Ubuntu 26.04. Meeting the glibc minimum alone does not qualify another distribution or architecture; those environments need their own dependency and behavior checks.
An owned desktop separates display and input. It is not, by itself, a filesystem security boundary. Executable tools run under your Linux account. Review the security model before granting access.
Workspaces and their disposable browsers belong to the current task and close when it ends. Browser sign-ins are not promised to persist across tasks.
Grok Bot imports contain only locally cached data; cloud instructions, memory, skills, schedules and files are unavailable. Hermes imports also have bounded history and format limits. See imports.
Model capabilities depend on the endpoint and account. Compaction can lose details until the bot retrieves them from the archive. Evaluations use explicit checks; a passing result is not a general guarantee of correctness.
Use Node.js 24 or newer, npm and the Linux GUI libraries from the installation guide.
git clone https://github.com/agent-sh/linubot.git
cd linubot
npm ci
npm start
npm run typecheck
npm test
npm run build
xvfb-run --auto-servernum npm run test:desktop
The validation guide distinguishes automated fixtures,
real workspace checks and live provider testing. The optional browser development
server is available through npm run dev; the desktop is the product interface.
Read CONTRIBUTING.md for setup and review expectations. Report vulnerabilities through SECURITY.md.
Linubot is licensed under Apache-2.0. Third-party components retain their own licenses; see NOTICE.
38 commits
TypeScript
67.7%
JavaScript
25.6%
CSS
4.2%
Shell
1.1%
Java
1.1%

Your own team of AI helpers in a Linux desktop app. Give each bot a role, connect your model providers, and keep conversations, memories and files on your computer.
Documentation · Provider setup · Contributing · Security
Bots and conversations are the main screen. Each helper has its own mascot; groups bring helpers together. Learning, evaluations and detailed controls are there when you need them, under Advanced.
Install the latest stable release on Linux x86-64 with glibc 2.39 or newer using the user installer. The desktop and workspace have been tested on Ubuntu 26.04:
curl -fsSL https://raw.githubusercontent.com/agent-sh/linubot/main/install.sh -o /tmp/linubot-install.sh
bash /tmp/linubot-install.sh --launch
Connect a provider in Settings, choose Add a bot, and send a message such as “Help me plan tomorrow.” The installer verifies the release checksum and installs for your user without sudo. See installation for wget, system packages and source builds.

Use the same bots from your phone with private phone access and the Android app. Skills and connected tools are discovered on demand.
A bot has a role, model, skills and continuing conversation. A group lets several bots take turns in one conversation. Sessions take you back to those conversations; detailed task activity stays expandable inside them.
Connect several providers at once and choose a provider and model for each bot. Changing the app default leaves the other connections available. Model dropdowns read the selected endpoint's catalog, with custom IDs available when needed.
OpenAI Chat Completions, Responses, Anthropic Messages and bearer-authenticated Converse endpoints are supported, including custom and local servers. Prepared providers and available browser sign-in methods are listed in the provider guide. API compatibility alone does not imply access through a provider's consumer subscription. Tiyuvta is the recommended first connection, with browser sign-in and an editable preselected model.
Settings contains provider connections, web search, connected tools and long conversation budgets. A bot's options select its connection, model and skills. Advanced contains memory, routines, demonstrations and evaluations.
Bot options → Delete bot previews the effects on groups and routines before confirmation. Past messages and shared team memory are retained. See bot management.
When a newer release is available, Upgrade to … appears in the sidebar. Managed user installs can download, verify and restart after confirmation; other installs open the release page. See updates.
Desktop data defaults to ~/.local/share/linubot, respects XDG_DATA_HOME, and
can be moved with LINUBOT_DATA. Model requests, web calls and MCP calls go to
the services you choose. See architecture and storage.
Linubot is for Linux. Shipped x86-64 binaries require glibc 2.39 or newer. The desktop and real workspace have been tested on Ubuntu 26.04. Meeting the glibc minimum alone does not qualify another distribution or architecture; those environments need their own dependency and behavior checks.
An owned desktop separates display and input. It is not, by itself, a filesystem security boundary. Executable tools run under your Linux account. Review the security model before granting access.
Workspaces and their disposable browsers belong to the current task and close when it ends. Browser sign-ins are not promised to persist across tasks.
Grok Bot imports contain only locally cached data; cloud instructions, memory, skills, schedules and files are unavailable. Hermes imports also have bounded history and format limits. See imports.
Model capabilities depend on the endpoint and account. Compaction can lose details until the bot retrieves them from the archive. Evaluations use explicit checks; a passing result is not a general guarantee of correctness.
Use Node.js 24 or newer, npm and the Linux GUI libraries from the installation guide.
git clone https://github.com/agent-sh/linubot.git
cd linubot
npm ci
npm start
npm run typecheck
npm test
npm run build
xvfb-run --auto-servernum npm run test:desktop
The validation guide distinguishes automated fixtures,
real workspace checks and live provider testing. The optional browser development
server is available through npm run dev; the desktop is the product interface.
Read CONTRIBUTING.md for setup and review expectations. Report vulnerabilities through SECURITY.md.
Linubot is licensed under Apache-2.0. Third-party components retain their own licenses; see NOTICE.
38 commits
TypeScript
67.7%
JavaScript
25.6%
CSS
4.2%
Shell
1.1%
Java
1.1%