Latest (0.0.4, Aug 10, 2025)
NOTE: After Ollama is installed, it automatically starts up (displays a chat window). Close this window before continuing with the rest of the App installation.

Changelog

0.0.4 (Latest)
Aug 10, 2025
  • Introduced support for Windows
  • Added tutorial for users on recommended models to download
  • General improvement
0.0.3
Jul 20, 2025
  • Now supports Structured Output e.g.
    List all countries bordering the US. Also give me their capital. Return the output in JSON format.
    You can supply the following as the JSON format.
    
    {
        "type": "array",
        "items": {
            "type": "object",
            "properties": {
                "country": {
                    "type": "string"
                },
                "capital": {
                    "type": "string"
                }
            },
            "required": ["country", "capital"]
        }
    }
    
  • General improvement
  • Bug fixes
0.0.2
Jun 11, 2025
  • General improvement
  • Bug fixes
0.0.1
May 24, 2025
This is the first release. See the home page for the list of features