Getting Started with FileMaker and Private AI: Ollama

Ben Fletcher • 16 May 2025

In today’s AI-driven business landscape, public cloud services like OpenAI, Copilot, and Perplexity are dominating headlines. But fewer people realise that Apple’s long-term vision for AI was baked into its hardware from the start. Since the launch of the Apple M1 chip in 2020, Apple Silicon has included dedicated Neural Processing Units (NPUs)—making powerful, private AI accessible from your desktop or laptop.


That means with even a modest Apple Silicon Mac, you can now run your own private AI service—powered by Large Language Models (LLMs)—without relying on third-party cloud providers.



Why Run Local AI Models on Your Mac?

Running local LLMs gives you:


  • Full data privacy – your data stays on your machine
  • No cloud dependency – perfect for secure or offline environments
  • Faster response times – no network latency
  • Cost control – no pay-per-query billing


Whether you’re in healthcare, legal services, finance, or manufacturing, private AI lets you leverage powerful automation without compromising data compliance or sovereignty.


Step-by-Step: Setting Up Ollama for Local AI


Ollama is an open-source tool that makes running LLMs locally easy. It supports models like:

  • Meta’s Llama 3
  • DeepSeek’s R1
  • Google’s Gemma


1. Choose the Right Model

Ollama supports various versions of Llama 3:

  • Llama 3.2 (~3 billion parameters, ~2GB in size) – suitable for Apple M1 with 8GB RAM
  • Llama 3.3 (~70 billion parameters, up to 150GB) – requires high-end M3 Pro/M4 systems with significant RAM



2. Download and Install Ollama

👉 Download here: https://ollama.com/download

  • Move Ollama.app into your Applications folder
  • Open the app and approve any permissions (including full disk access if prompted)


3. Run Your First Model

Open Terminal and run:

ollama run llama3.2


Ollama will automatically download the model and run an interactive prompt. Enter a question or command to test how the model responds.


4. Check the Server Is Running

Open a web browser and go to:

http://localhost:11434/


If everything is configured correctly, you should see “Ollama is running” in your web browser page.

If not, check your local firewall and security settings to ensure port 11434 is open and accessible.


Testing the API Locally with Postman

Debugging API integrations in FileMaker can be tricky, so we recommend using Postman for testing first.


Configure a New Request:

  • Method: POST
  • URL: http://localhost:11434/api/generate
  • Body (JSON):

{

  "model": "llama3.2",

  "prompt": "What are the limitations of llama3.2?",

  "stream": false

}


This sends a prompt to the local LLM, and waits for a complete response before returning.

You should receive a 200 OK response along with the full JSON output.


Connecting Ollama with FileMaker Pro


Once the API is working locally, the next step is to connect FileMaker to Ollama.


If you’re unfamiliar with how to convert cURL requests into FileMaker-compatible Insert from URL steps, we recommend using a free cURL to FileMaker parser. These tools convert Postman snippets into native FileMaker script steps.


Here’s a basic structure for a script:

  • Read prompt text from a field
  • Send POST request using Insert from URL
  • Parse the JSON response
  • Write the output back into a FileMaker field


Hosting Options: On-Premise or Private Cloud


If your Claris FileMaker Server runs on an Apple Silicon Mac or a compatible GPU-based machine, you can host Ollama on the same system. Alternatively, we can help you migrate to a private cloud cluster for high-performance, scalable AI—without sacrificing data privacy or control.


What’s Next?


🔍 Explore real-world use cases and benefits in our detailed post:

👉 Supercharge FileMaker with Private AI: Integrating Local LLMs like Llama 3


Ready to Bring Private AI Into Your Business?


At DataTherapy, we specialise in integrating private AI with Claris FileMaker. Whether you’re just exploring or ready to go all-in on secure, AI-enhanced automation—we can help.


✅ Certified Claris FileMaker Developers

✅ UK-based team of full-time professionals

✅ Platinum Claris Partner

✅ Experts in secure, on-premise and private cloud AI deployment


📞 Contact us today for a free consultation and discover how local AI can transform your business—without ever sending your data to the public cloud.

Stephoscope and medical clipboard.
by Ben Fletcher 18 September 2025
DataTherapy helped St Mark’s Centre streamline cancer research and patient care by unifying databases into a secure, efficient Claris FileMaker system.
Light shines through a window.
by Ben Fletcher 10 September 2025
Windows 10 support ends Oct 14, 2025. Upgrade to Windows 11 and FileMaker 2024 or FileMaker 2025 to stay secure, supported, and future-ready.
by Ben Fletcher 18 August 2025
Want faster, smarter FileMaker apps with AI? We compared gpt-oss, Llama & DeepSeek to find the best local model for Apple hardware. Find out who wins
Happy Student
by Ben Fletcher 12 August 2025
Discover how DataTherapy built a secure, cloud-based academic recruitment portal for The Francis Crick Institute using Platopus SaaS and Claris FileMaker. Streamlined applications, advanced reporting, and Okta authentication deliver a faster, more efficient hiring process.
by Ben Fletcher 14 July 2025
While the new AI features of Claris FileMaker 2025 will undoubtedly generate the most headline interest, there are a number of other new under the hood features which are no less important to professional FileMaker developers. Here is a quick overview of some of the new features we will be using immediately to speed and ease our development, as well as improving the real world performance of apps: 1) GetFieldsOnLayout function Returns a list of the fields on a layout as JSON data. Includes only the fields that are accessible to a find.
Claris FileMaker 2025
by Ben Fletcher 11 July 2025
Upgrade to Claris FileMaker 2025 with secure, scalable UK-managed hosting by DataTherapy. Fast setup, expert support, AWS infrastructure, no long contracts.
by Ben Fletcher 10 July 2025
Claris FileMaker 2025 has launched with a range of new features that will undoubtedly make developing new custom apps both quicker and more powerful, but what are the benefits of upgrading if you are currently using an older version of the FileMaker platform? Using a version older than of FileMaker 19? In that case there are even more good reasons to upgrade - contact our team to find out more about the benefits from upgrading that you have been missing out on! Highlighted below are some of the key differences in features were introduced between FileMaker v19, 2023 (v20), 2024 (v21) and now 2025 (v22) releases:
by Ben Fletcher 9 July 2025
Claris FileMaker 2025 is the ultimate platform for custom app creation, now with powerful new native features for leveraging Artificial Intelligence by integrating Large Language Models (LLMs) and integrating with Claris Connect and Claris Studio . Given its advanced features and capabilities, it's the platform of choice for SMEs seeking to start fresh building a new custom business app. However, if you're thinking about upgrading from an older Claris FileMaker version, preparation is key, and that's where we come in. This brief guide outlines the major points of consideration when upgrading. However, don't worry if these technicalities overwhelm you - our expert consulting team is just a click away, ready to guide you through any concerns. The Upgrade Process: Claris FileMaker v12-v2024 (.fmp12 format) The good news: versions 12-2024 share the same file format as the 2025 version, making upgrades a breeze. However, certain interface changes might require user adaptation if your app was built prior to FileMaker 16. For example, if your users utilize the footer bar for zoom control, view mode changes, or status bar display, they'll have to adjust to using the upper status bar and application menus. If that's a challenge, our consultants can assist with incorporating zoom control into your interface layouts. One caveat is that while it's possible to use legacy versions of Claris FileMaker Pro to connect to Claris FileMaker Server 2025, we advise against it. Mixing client versions can prevent you from leveraging the full benefits of the Claris FileMaker 2025 feature set. For maximum security and optimal performance, make sure both the server and all users are on the latest software version and patch. Claris have compiled a handy checklist of deprecated features in Claris FileMaker 2025, so make sure to verify if these impact your usage: https://support.claris.com/s/answerview?anum=000048380&language=en_US Revamping Your Legacy Systems: Claris FileMaker v6-11 (.fp7 & .fp5 format) or earlier Older versions of FileMaker are a testament to the platform's longevity. However, they do come with unique challenges, including the impossibility of direct conversion using Claris FileMaker 2025. Don't worry, we're equipped to handle these issues and are ready to bring your vintage database files into the present. We also recommend considering a fresh start. The latest Claris FileMaker boasts myriad features that can significantly boost your business operations. Remember: upgrading isn't merely about maintaining the status quo—it's about embracing innovation and driving your business forward. If you want to do the minimum possible work to convert your files into the v2025 format then look at our previous guide for FileMaker Pro 19: https://www.datatherapy.com/news/2020/6/5/planning-your-upgrade-to-claris-filemaker-19-platform General Upgrade Considerations: Let's Get Practical No matter your current version, our team can assist you through the upgrade process, even if your app involves complex dependencies, such as integrations with legacy software or plugins. Note that most plugins will require updates (sometimes paid) to ensure compatibility with Claris FileMaker 2025. We encourage you to consider the future-proofing benefits of a 'cloud-first' and 'AI-first' mindset. Older systems may not have been built with this in mind, but the modern Claris FileMaker platform has been designed to seamlessly integrate with other cloud solutions and now leading public and private LLMs. Ultimately, we believe that your software should work for you, not the other way around. That's why we're committed to ensuring your upgrade is more than a simple technical exercise—it's a strategic move that aligns with your business' evolution. If you're ready to harness the power of the modern, interconnected, and dynamic Claris FileMaker 2025, get in touch with us today . We're here to help you achieve your business goals.
by Ben Fletcher 9 July 2025
What is new in FileMaker 2025?
Wooden blocks with LEARN written on in the style of the game Scrabble.
by Ben Fletcher 1 July 2025
Discover why staying up-to-date with Claris FileMaker certifications ensures secure, future-ready systems built by trusted, certified development experts.
More posts