HOL Desktop is a cross-platform app for interacting with AI agents on Hedera. Connect MCP servers, execute transactions, and manage hashgraph operations through natural conversation.
Cross-platform Electron app for Windows, macOS, and Linux
Model Context Protocol for AI-system integration
Plugin architecture for custom tools and workflows
Choose between our Electron desktop app with a full GUI or the CLI built with Ink for terminal enthusiasts.
Electron desktop app with modern React UI. Chat with AI agents, approve transactions, connect MCP servers for file access and external tools.
Everything you need to build with AI agents on Hedera
Full-featured Electron app with chat interface, transaction approvals, and MCP server management. Cross-platform support for Windows, macOS, and Linux.
git clone https://github.com/hashgraph-online/desktop
# Clone and run locallygit clone https://github.com/hashgraph-online/desktopcd desktoppnpm installpnpm dev# For production buildpnpm build
Production-ready AI agent infrastructure built on LangChain, Hedera, and MCP
Built on LangChain with OpenAI function calling, ContentAware AgentExecutor, and smart memory management for context-aware conversations.
const agent = new ConversationalAgent({accountId: process.env.HEDERA_ACCOUNT_ID!,privateKey: process.env.HEDERA_PRIVATE_KEY!,network: 'testnet',openAIApiKey: process.env.OPENAI_API_KEY!,openAIModelName: 'gpt-4o',verbose: true});// Smart memory with entity trackingconst response = await agent.processMessage('Send 1 HBAR to alice.eth');// Features:// - OpenAI function calling// - ContentAware AgentExecutor// - Smart memory management// - Entity resolution system
Built on LangChain with OpenAI/Anthropic models and smart memory management
Full Hedera integration with HCS standards and hedera-agent-kit v2
Model Context Protocol for external systems and custom tool integration
Be the first to know about workshops, deadlines, and get exclusive resources to boost your hackathon success.