<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Desktop Application on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/desktop-application/</link>
        <description>Recent content in Desktop Application on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Tue, 07 Apr 2026 16:19:31 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/desktop-application/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>goose</title>
        <link>https://producthunt.programnotes.cn/en/p/goose/</link>
        <pubDate>Tue, 07 Apr 2026 16:19:31 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/goose/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1620965710670-638576102f4b?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU1NDk5Mzl8&amp;ixlib=rb-4.1.0" alt="Featured image of post goose" /&gt;&lt;h1 id=&#34;aaif-goosegoose&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aaif-goose/goose&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;aaif-goose/goose&lt;/a&gt;
&lt;/h1&gt;&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;🦆 goose has moved!&lt;/strong&gt; This project has moved from &lt;code&gt;block/goose&lt;/code&gt; to the &lt;a class=&#34;link&#34; href=&#34;https://aaif.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Agentic AI Foundation (AAIF)&lt;/a&gt; at the Linux Foundation. Some links and references are still being updated — please bear with us during the transition.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div align=&#34;center&#34;&gt;
&lt;h1 id=&#34;goose&#34;&gt;goose
&lt;/h1&gt;&lt;p&gt;&lt;em&gt;your native open source AI agent — desktop app, CLI, and API — for code, workflows, and everything in between&lt;/em&gt;&lt;/p&gt;
&lt;p align=&#34;center&#34;&gt;
  &lt;a href=&#34;https://opensource.org/licenses/Apache-2.0&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/badge/License-Apache_2.0-blue.svg&#34;&gt;&lt;/a&gt;
  &lt;a href=&#34;https://discord.gg/goose-oss&#34;
    &gt;&lt;img src=&#34;https://img.shields.io/discord/1287729918100246654?logo=discord&amp;logoColor=white&amp;label=Join+Us&amp;color=blueviolet&#34; alt=&#34;Discord&#34;&gt;&lt;/a&gt;
  &lt;a href=&#34;https://github.com/aaif-goose/goose/actions/workflows/ci.yml&#34;
     &gt;&lt;img src=&#34;https://img.shields.io/github/actions/workflow/status/aaif-goose/goose/ci.yml?branch=main&#34; alt=&#34;CI&#34;&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;goose is a general-purpose AI agent that runs on your machine. Not just for code — use it for research, writing, automation, data analysis, or anything you need to get done.&lt;/p&gt;
&lt;p&gt;A native desktop app for macOS, Linux, and Windows. A full CLI for terminal workflows. An API to embed it anywhere. Built in Rust for performance and portability.&lt;/p&gt;
&lt;p&gt;goose works with 15+ providers — Anthropic, OpenAI, Google, Ollama, OpenRouter, Azure, Bedrock, and more. Use API keys or your existing Claude, ChatGPT, or Gemini subscriptions via &lt;a class=&#34;link&#34; href=&#34;https://goose-docs.ai/docs/guides/acp-providers&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ACP&lt;/a&gt;. Connect to 70+ extensions via the &lt;a class=&#34;link&#34; href=&#34;https://modelcontextprotocol.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Model Context Protocol&lt;/a&gt; open standard.&lt;/p&gt;
&lt;p&gt;goose is part of the &lt;a class=&#34;link&#34; href=&#34;https://aaif.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Agentic AI Foundation (AAIF)&lt;/a&gt; at the Linux Foundation.&lt;/p&gt;
&lt;h1 id=&#34;get-started&#34;&gt;Get started
&lt;/h1&gt;&lt;p&gt;&lt;strong&gt;&lt;a class=&#34;link&#34; href=&#34;https://goose-docs.ai/docs/getting-started/installation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Download the desktop app&lt;/a&gt;&lt;/strong&gt; for macOS, Linux, and Windows.&lt;/p&gt;
&lt;p&gt;Or install the CLI:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; bash
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h1 id=&#34;quick-links&#34;&gt;Quick links
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://goose-docs.ai/docs/quickstart&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Quickstart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://goose-docs.ai/docs/getting-started/installation&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://goose-docs.ai/docs/category/tutorials&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Tutorials&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://goose-docs.ai/docs/category/getting-started&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aaif-goose/goose/blob/main/GOVERNANCE.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Governance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/aaif-goose/goose/blob/main/CUSTOM_DISTROS.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Custom Distributions&lt;/a&gt; — build your own goose distro with preconfigured providers, extensions, and branding&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;need-help&#34;&gt;Need help?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://goose-docs.ai/docs/troubleshooting/diagnostics-and-reporting&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Diagnostics &amp;amp; Reporting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://goose-docs.ai/docs/troubleshooting/known-issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Known Issues&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;a-little-goose-humor-&#34;&gt;a little goose humor 🪿
&lt;/h1&gt;&lt;blockquote&gt;
&lt;p&gt;Why did the developer choose goose as their AI agent?&lt;/p&gt;
&lt;p&gt;Because it always helps them &amp;ldquo;migrate&amp;rdquo; their code to production! 🚀&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id=&#34;goose-around-with-us&#34;&gt;goose around with us
&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://discord.gg/goose-oss&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Discord&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.youtube.com/@goose-oss&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;YouTube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.linkedin.com/company/goose-oss&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://x.com/goose_oss&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Twitter/X&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>actual</title>
        <link>https://producthunt.programnotes.cn/en/p/actual/</link>
        <pubDate>Wed, 06 Aug 2025 15:36:35 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/actual/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1720293592077-421afa9e257d?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTQ0NjU3NTF8&amp;ixlib=rb-4.1.0" alt="Featured image of post actual" /&gt;&lt;h1 id=&#34;actualbudgetactual&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/actualbudget/actual&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;actualbudget/actual&lt;/a&gt;
&lt;/h1&gt;&lt;p align=&#34;center&#34;&gt;
&lt;/p&gt;
&lt;h2 id=&#34;getting-started&#34;&gt;Getting Started
&lt;/h2&gt;&lt;p&gt;Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.&lt;/p&gt;
&lt;p&gt;If you are interested in contributing, or want to know how development works, see our &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/contributing/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;contributing&lt;/a&gt; document we would love to have you.&lt;/p&gt;
&lt;p&gt;Want to say thanks? Click the ⭐ at the top of the page.&lt;/p&gt;
&lt;h2 id=&#34;key-links&#34;&gt;Key Links
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Actual &lt;a class=&#34;link&#34; href=&#34;https://discord.gg/pRYNYr4W5A&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;discord&lt;/a&gt; community.&lt;/li&gt;
&lt;li&gt;Actual &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Community Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/faq&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Frequently asked questions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation
&lt;/h2&gt;&lt;p&gt;There are four ways to deploy Actual:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;One-click deployment &lt;a class=&#34;link&#34; href=&#34;https://www.pikapods.com/pods?run=actual&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;via PikaPods&lt;/a&gt; (~1.40 $/month) - recommended for non-technical users&lt;/li&gt;
&lt;li&gt;Managed hosting &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/install/fly&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;via Fly.io&lt;/a&gt; (~1.50 $/month)&lt;/li&gt;
&lt;li&gt;Self-hosted by using &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/install/docker&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;a Docker image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Local-only apps - &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/download/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;downloadable Windows, Mac and Linux apps&lt;/a&gt; you can run on your device&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Learn more in the &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/install/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;installation instructions docs&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;ready-to-start-budgeting&#34;&gt;Ready to Start Budgeting?
&lt;/h2&gt;&lt;p&gt;Read about &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/getting-started/envelope-budgeting&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Envelope budgeting&lt;/a&gt; to know more about the idea behind Actual Budget.&lt;/p&gt;
&lt;h3 id=&#34;are-you-new-to-budgeting-or-want-to-start-fresh&#34;&gt;Are you new to budgeting or want to start fresh?
&lt;/h3&gt;&lt;p&gt;Check out the community&amp;rsquo;s &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/getting-started/starting-fresh&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Starting Fresh&lt;/a&gt; guide so you can quickly get up and running!&lt;/p&gt;
&lt;h3 id=&#34;are-you-migrating-from-other-budgeting-apps&#34;&gt;Are you migrating from other budgeting apps?
&lt;/h3&gt;&lt;p&gt;Check out the community&amp;rsquo;s &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/migration/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Migration&lt;/a&gt; guide to start jumping on the Actual Budget train!&lt;/p&gt;
&lt;h2 id=&#34;documentation&#34;&gt;Documentation
&lt;/h2&gt;&lt;p&gt;We have a wide range of documentation on how to use Actual, this is all available in our &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Community Documentation&lt;/a&gt;, this includes topics on Budgeting, Account Management, Tips &amp;amp; Tricks and some documentation for developers.&lt;/p&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;Actual is a community driven product. Learn more about &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/contributing/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;contributing to Actual&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;code-structure&#34;&gt;Code structure
&lt;/h3&gt;&lt;p&gt;The Actual app is split up into a few packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;loot-core - The core application that runs on any platform&lt;/li&gt;
&lt;li&gt;desktop-client - The desktop UI&lt;/li&gt;
&lt;li&gt;desktop-electron - The desktop app&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More information on the project structure is available in our &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/contributing/project-details&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;community documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;feature-requests&#34;&gt;Feature Requests
&lt;/h3&gt;&lt;p&gt;Current feature requests can be seen &lt;a class=&#34;link&#34; href=&#34;https://github.com/actualbudget/actual/issues?q=is%3Aissue&amp;#43;label%3A%22needs&amp;#43;votes%22&amp;#43;sort%3Areactions-%2B1-desc&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.
Vote for your favorite requests by reacting :+1: to the top comment of the request.&lt;/p&gt;
&lt;p&gt;To add new feature requests, open a new Issue of the &amp;ldquo;Feature Request&amp;rdquo; type.&lt;/p&gt;
&lt;h3 id=&#34;translation&#34;&gt;Translation
&lt;/h3&gt;&lt;p&gt;Make Actual Budget accessible to more people by helping with the &lt;a class=&#34;link&#34; href=&#34;https://actualbudget.org/docs/contributing/i18n/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Internationalization&lt;/a&gt; of Actual. We are using a crowd sourcing tool to manage the translations, see our &lt;a class=&#34;link&#34; href=&#34;https://hosted.weblate.org/projects/actualbudget/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Weblate Project&lt;/a&gt;. Weblate proudly supports open-source software projects through their &lt;a class=&#34;link&#34; href=&#34;https://weblate.org/en/hosting/#libre&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Libre plan&lt;/a&gt;.&lt;/p&gt;
&lt;a href=&#34;https://hosted.weblate.org/engage/actualbudget/&#34;&gt;
&lt;img src=&#34;https://hosted.weblate.org/widget/actualbudget/actual/287x66-grey.png&#34; alt=&#34;Translation status&#34; /&gt;
&lt;/a&gt;
&lt;h2 id=&#34;repo-activity&#34;&gt;Repo Activity
&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;https://repobeats.axiom.co/api/embed/e20537dd8b74956f86736726ccfbc6f0565bec22.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Alt&#34;
	
	
&gt;&lt;/p&gt;
&lt;h2 id=&#34;sponsors&#34;&gt;Sponsors
&lt;/h2&gt;&lt;p&gt;Thanks to our wonderful sponsors who make Actual Budget possible!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.netlify.com&#34;&gt; &lt;img src=&#34;https://www.netlify.com/v3/img/components/netlify-color-accent.svg&#34; alt=&#34;Deploys by Netlify&#34; /&gt; &lt;/a&gt;&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
