Wingetlywingetly
← All apps

HanaAgent

by liliMoziv0.444.1

Last updated

A personal AI agent with memory, personality, and autonomy.

Install with winget

$ winget install --id liliMozi.HanaAgent --exact --version 0.444.1

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for HanaAgent

HanaAgent uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
HanaAgent-0.444.1-Windows-x64.exe /S /currentuser

See the full silent install reference for HanaAgent

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

HanaAgent is a personal AI agent that is easier to use than traditional coding agents. It has memory, personality, and can act autonomously. Multiple agents can work together on your machine.

As an assistant, it is gentle: no complex configuration files, no obscure jargon. HanaAgent is designed not just for coders, but for everyone who works at a computer. As a tool, it is powerful: it remembers everything you've said, operates your computer, browses the web, searches for information, reads and writes files, executes code, manages schedules, and can even learn new skills on its own.

Features

Memory — A custom memory system that keeps recent events sharp and lets older ones fade naturally.

Personality — Not a generic "AI assistant". Each agent has its own voice and behavior through personality templates. Agents are self-contained folders, easy to back up and manage.

Tools — Read/write files, run one-shot commands or persistent terminal sessions, browse the web, search the internet through browser-backed or API providers, take screenshots and segmented long screenshots, preview media, and inspect pages. Covers the vast majority of daily work scenarios. A server-first CLI can also attach to the same HanaAgent Server to show status, list sessions, and continue chats from a terminal.

Skills — Built-in compatibility with the community Skills ecosystem. Agents can also install skills from GitHub or write their own. Strict safety review enabled by default.

Character Cards & Skill Bundles — Export and import agents as local-first character-card zip packages with allowlisted identity, avatar, optional memory, and skills. Skill Bundles are separate skill-pack infrastructure: group skills, drag them between bundles, toggle a whole bundle for an agent, and export a bundle as a standalone zip for migration or sharing.

Multi-Agent — Create multiple agents, each with independent memory, personality, and scheduled tasks. Agents can collaborate via channel group chats or delegate tasks to each other.

Desk — Each agent has a desk for files and notes (Jian). Supports drag-and-drop, file preview, and workspace file-tree change watching, serving as an async collaboration space between you and your agent.

Full-Screen Media Viewer — Click any image, SVG, or video from chat or the desk to open a dark-overlay viewer with wheel-zoom, drag-to-pan, + / − / 0 shortcuts, and left/right navigation between sibling media in the same session or folder.

Session Management — The sidebar can search chat history, prioritizing title matches and then searching message content. Old sessions can be archived, restored, or permanently deleted from settings. Selecting text in a chat message turns it into a composer quote card so follow-up questions keep the original context.

Cron & Heartbeat — Agents can run scheduled tasks and periodically check for file changes on the desk. The current automation executor separates "when to run" from "what to do": complex tasks still run as background Agent sessions, lightweight reminders can send direct notifications, and plugin actions can be scheduled too.

Sandbox — Two-layer isolation: application-level PathGuard with four access tiers + OS-level sandboxing (macOS Seatbelt / Linux Bubblewrap / Windows restricted token). Agents can read ordinary system files, while writes and deletes stay limited to the workspace and managed data folders. On Windows, the command sandbox is a write-isolation model: reads use the current user's normal permissions, and network access keeps the current user's network permissions. macOS and Linux continue to use the network behavior provided by their platform sandbox backends. External network access can use system proxy, manual proxy, or direct mode.

Plugins — Extensible plugin system with a convention-first architecture. Install community plugins by drag-and-drop. Plugins can contribute tools, skills, commands, agent templates, HTTP routes, Pi SDK extensions, LLM providers, pages, widgets, configuration schemas, and background tasks. Routes have direct access to core services (PluginContext injection) and can interact with agent sessions via the Session Bus; plugin cards flow through the same message-block and history replay pipeline as built-in cards. The two-level permission model (restricted / full-access) keeps advanced surfaces safe: extensions/, routes, providers, pages, and lifecycle hooks only load for full-access plugins.

Multi-Platform Bridge — A single agent can connect to Telegram, Feishu, QQ, and WeChat bots simultaneously. Chat from any platform and remotely operate your computer. Bridge sessions carry platform context, and notifications can be delivered back to the current external platform.

Mobile & LAN Frontends — HanaAgent Server can host the /mobile/ PWA. Phones can sign in with a device access key or local account, view sessions, chat, and manage workbench files. Another desktop frontend can also connect to an existing LAN HanaAgent Server with a LAN URL and access key.

i18n — Interface available in 5 languages: Chinese, English, Japanese, Korean, and Traditional Chinese.

Installers · v0.444.1

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect
x64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for HanaAgent.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.32.5

    Start building with open models.

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.229

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • CursorAnysphere
    Anysphere.Cursorv3.14.27

    The AI Code Editor

  • LM StudioLM Studio
    ElementLabs.LMStudiov0.4.21+2

    Discover, download, and run local LLMs

  • P
    PrismCatEtgpao
    paopaoandlingyia.PrismCatv1.13.0

    A self-hosted, transparent proxy and debugging console for LLM APIs.

  • R
    rtkrtk-ai
    rtk-ai.rtkv0.45.0

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

More from liliMozi or browse agent, agentic, ai.

Frequently asked questions

How do I install HanaAgent on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id liliMozi.HanaAgent --exact --version 0.444.1. winget downloads the installer from liliMozi and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install HanaAgent silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id liliMozi.HanaAgent --exact 0.444.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for HanaAgent?
HanaAgent uses EXE (NSIS). Run the downloaded installer with: HanaAgent-0.444.1-Windows-x64.exe /S /currentuser. The silent switches are /S.
How do I uninstall HanaAgent via winget?
Run: winget uninstall --id liliMozi.HanaAgent --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from HanaAgent's Apps & Features entry.
Is HanaAgent free?
HanaAgent is distributed under Apache-2.0. Refer to the publisher (https://github.com/liliMozi/openhanako) for the full license terms - Wingetly itself does not charge for installation.
Does HanaAgent work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls HanaAgent directly from the publisher.
How do I keep HanaAgent up to date?
Run winget upgrade --id liliMozi.HanaAgent --exact, or winget upgrade --all to update everything winget tracks. We index 6 versions of HanaAgent from microsoft/winget-pkgs.

Recent versions

  • 0.444.1latest
  • 0.421.24
  • 0.416.44
  • 0.407.15
  • 0.357.17
  • 0.293.6