Skip to content

HyprSqrl v0.0.11

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 17:48
· 3 commits to main since this release

HyprSqrl is an integration-first, financial automation platform that serves as your AI CFO. It’s designed for freelancers, small startups, and growing businesses. In this release, we focus on simplifying administrative and financial workflows, with support for task management and (currently crypto-focused) invoicing.


How to Install

macOS

  1. Download the HyprSqrl-...-mac.zip from the Assets below.

  2. Unzip the file and drag the .app to your Applications folder.

  3. If macOS shows a damaged or unidentified developer message, run this in your Terminal:

    xattr -d com.apple.quarantine "/Applications/HyprSqrl.app"

    This removes Apple’s quarantine attribute.

Linux

  • For .deb (Debian/Ubuntu), run:

    sudo dpkg -i HyprSqrl-0.0.0-amd64.deb
  • For .rpm (Fedora/RHEL/SUSE), run:

    sudo rpm -i HyprSqrl-0.0.0-x86_64.rpm
  • For an AppImage, just chmod +x the file and run it:

    chmod +x HyprSqrl-0.0.0-x86_64.AppImage
    ./HyprSqrl-0.0.0-x86_64.AppImage

First-Time Setup

  1. OpenAI Key: Enter your OpenAI API key in the app settings.
  2. Obsidian Vault: Use the built-in file explorer to select your Obsidian vault. This will be used for tasks.
  3. Disable Demo Mode: Look in settings to turn off “demo mode” once you feel comfortable.

Current Agents

  • Tasks: Manage tasks directly from your vault.
  • Invoice: Currently focuses on crypto invoices. We will add traditional invoicing next week.