by abhinavxd
Open-source, self-hosted customer support desk in a single binary. Email and live chat. A lightweight alternative to Intercom, Zendesk, Chatwoot.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
# Add to your Claude Code skills
git clone https://github.com/abhinavxd/libredeskGuides for using ai agents skills like libredesk.
Last scanned: 8/26/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-26T04:38:04.231Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}Modern, open source, self-hosted omnichannel customer support desk. Live chat, email, and more in a single binary.

Visit libredesk.io for more info. Check out the live demo.
And more — checkout libredesk.io or try the live demo.
The fastest way to get a libredesk instance running. Railway provisions the app, Postgres, and Redis for you.
The latest image is available on DockerHub at libredesk/libredesk:latest
# Download the compose file and sample config file in the current directory.
curl -LO https://github.com/abhinavxd/libredesk/raw/main/docker-compose.yml
curl -LO https://github.com/abhinavxd/libredesk/raw/main/config.sample.toml
# Copy the config.sample.toml to config.toml and edit it as needed.
cp config.sample.toml config.toml
# Run the services in the background.
docker compose up -d
# Setting System user password.
docker exec -it libredesk_app ./libredesk --set-system-user-password
Go to http://localhost:9000 and login with username System and the password you set using the --set-system-user-password command.
./libredesk --install to setup the Postgres DB../libredesk --set-system-user-password to set the password for the System user../libredesk and visit http://localhost:9000 and login with email System and the password you set using the --set-system-user-password command.The backend is written in Go and the frontend is Vue.js 3 with Shadcn UI.
You can help translate libredesk into your language on Crowdin.
libredesk is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by abhinavxd. Open-source, self-hosted customer support desk in a single binary. Email and live chat. A lightweight alternative to Intercom, Zendesk, Chatwoot. It has 2,808 GitHub stars.
Yes. libredesk passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/abhinavxd/libredesk" and add it to your Claude Code skills directory (see the Installation section above).
libredesk is primarily written in Go. It is open-source under abhinavxd on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh libredesk against similar tools.
No comments yet. Be the first to share your thoughts!