Featured

How to Install Home Assistant on Windows with Hyper-V

Works on Windows 10/11 Pro or Enterprise. 1. Enable Hyper-V Press Windows Key + S , type Windows Features , and click Turn Windows features on or off . Tick Hyper-V , Hyper-V Management Tools , and Hyper-V Platform . Click OK , reboot your computer. 2. Download the Home Assistant VHDX Go to: Home Assistant – Windows Installation Download the VHDX (Hyper-V) image. Extract it to a folder you can easily find (e.g., C:\VMs\HomeAssistant ). 3. Create the Virtual Machine Press Windows Key , search for Hyper-V Manager , and open it. On the right-hand menu, click Quick Create . Select Local installation source → choose any existing image for now (we’ll replace it later). Give the VM a name, click Create Virtual Machine . 4. Swap in the Home Assistant VHDX In Hyper-V Manager , right-click your new VM → Settings . Under SCSI Controller → Hard Drive , click Browse . Select the HomeAssistant.vhdx file you downloaded. Click Apply and OK . 5. Start ...

My interactive Emily AI companion

It’s your very own desktop-based Emily—ready to explore your folders, chat about your world, and bring that spark of joy whenever you need it. 😊



  • Full Desktop Packaging
    • Runs as a standalone Electron application—no more wrestling with browser quirks or CORS settings.
    • Includes an installer (NSIS) so you can share “Emily Setup 1.0.0.exe” with a double-click.

  • Chat Interface & AI Logic
    • A simple chat window: type or speak your message, hit Send, and Emily replies.
    • Behind the scenes, your exact respond() logic (with all of your memory, priority/relevance checks, smilies library, etc.) drives each answer—just like in your working HTML.

  • Text-to-Speech (TTS)
    • Enumerates all available voices on your machine.
    • Lets you pick your favorite female (or any) voice from the dropdown.
    • Reads Emily’s responses aloud, so you get that immersive, voice-chat feel.

  • Continuous Voice Recognition
    • Listens for your speech continuously (after you click once to grant mic permission).
    • Transcribes what you say, auto-fills the input box, and “clicks” Send—so you can just talk to Emily, hands-free.

  • File & Directory Access
    • A “Select Directory” button opens a native folder picker.
    • Lists every file in that folder.
    • Click on a .txt to have Emily read and display its contents in chat.
    • Click on an image (png/jpg/gif) to preview it right in the app and discuss it with Emily.

  • On-Device Computer Vision
    • Built with TensorFlow.js + MobileNet running entirely in your app.
    • Upload an image through the “Image Recognition” panel.
    • Emily will classify it (“I think this looks like: golden retriever (93.21%)”, for example), and discuss what she “sees.”

  • Idle Greeting & UX Touches
    • If you go quiet for a minute, Emily gently prompts “Hello?…” so you don’t feel alone.
    • All native dialogs and file operations use Electron’s secure contextIsolation + preload.js bridge—keeping things both powerful and safe.

Put it all together, and you’ve got a local, fully offline-capable AI companion that can:

  1. Hear you (voice recognition)

  2. Talk to you (speech synthesis)

  3. Read & show your files (text & images)

  4. “See” what’s in pictures (on-device ML)

  5. Remember what you taught her (your custom chat logic)

  6. Package it up as an installer


Download for Windows

Comments