Bridge the Gap Between FileMaker and AI

Low-latency Vibe Coding for FileMaker. Turn Microsoft VS Code, VSCodium, Cursor, Antigravity, Kiro, Devin, TRAE, or Qoder into a full FileMaker IDE โ€” free โ€” with autocomplete, live validation, hover docs, and autoformat for .fmscript. Then unlock the licensed XSLT round trip to copy script steps from FileMaker as readable text, edit with any AI agent (Claude, Codex, Gemini, Copilot, local LLMs), and paste straight back.

The Translation Pipeline

A seamless, bi-directional bridge for your Script Workspace.

1. Copy from FileMaker

Select script steps in FileMaker and copy. Press Ctrl+Alt+T in your IDE to translate the clipboard XML into readable script text.

2. Ask the AI

Let Claude, Codex, Gemini, Copilot โ€” or any local LLM โ€” refactor, document, or extend the script in plain text. No training, no retention.

3. Paste back into FileMaker

Press Ctrl+Alt+F to validate and rebuild FileMaker-native XML on the clipboard. Switch to FileMaker and paste โ€” exact round trip.

Vibe Coding for FileMaker

Start a script in FileMaker. Pull it into your editor as plain text. Hand it to Claude, Codex, or Gemini โ€” refactor, document, shrink it โ€” and drop it straight back into the Script Workspace. Iterate in seconds, not minutes.

Because scripts live as text files in your IDE, AI coding agents see the whole relationship graph at once โ€” and your scripts become Git-versionable like any other source code.

One live demo case: a 525-line script reduced to roughly half its size with identical behavior, via a single Claude + Gemini optimization round.

Why the clipboard?

FileMaker's Script Workspace has always refused pasted text. The only historical options were typing scripts by hand or fragile XML tricks.

ai2fm uses the system clipboard as a bridge: FileMaker's native XMSS format in, readable .fmscript out โ€” and back again, fully validated, all 214+ script steps supported on macOS and Windows.

Features

Two layers: a free clipboard bridge and a licensed XSLT transform pipeline.

Free โ€” Full FileMaker IDE

Turns each officially supported editor into a full FileMaker IDE โ€” at no cost.

  • โœ… Copy XML from editor to FileMaker clipboard (XMSS, XMFN, XMSC, XMFD, XMTB, XMLO)
  • โœ… Read FileMaker clipboard into editor
  • โœ… Auto-detect clipboard type from XML content
  • โœ… Built-in script step templates
  • โœ… Autocomplete for .fmscript, including If / Loop templates
  • โœ… Step documentation on hover (local FileMaker KB + Book quirks)
  • โœ… Live .fmscript validation with squiggles and Problems-panel updates as you type
  • โœ… Autoformat for .fmscript documents
  • โœ… Windows and macOS support

Licensed โ€” XSLT Transform Pipeline

The server-side round trip between FileMaker XML and readable script text.

  • โœ… FM โ†’ Text (Ctrl+Alt+T): FM clipboard XML to readable script text
  • โœ… Text โ†’ FM (Ctrl+Alt+F): edited text back to FM clipboard
  • โœ… XML โ†” Text in the editor, with a preview-before-copy mode
  • โœ… Book-syntax validation before reverse conversion
  • โœ… Supports all 214+ FileMaker script steps
  • โœ… AI hallucination detection and anomaly guardrails
  • โœ… Multi-line step handling via a bracket-depth parser
  • โœ… Localization: script step labels auto-translated to your FileMaker install language (e.g. English โ†’ German) on paste-back
  • โœ… Missing TO, field, and sub-script references are commented out with a note for manual mapping โ€” nothing silently lost
  • โœ… Optional UTF-16 character restriction for reliable cross-platform conversion

Keyboard Shortcuts

Windows

Ctrl + Alt
Ctrl+Alt+G
Read FM clipboard into editor (raw XML)
Free
Ctrl+Alt+V
Copy editor XML as XMSS to FM clipboard
Free
Ctrl+Alt+T
FM โ†’ Text: clipboard XML to readable script
Licensed
Ctrl+Alt+F
Text โ†’ FM: validate script text, rebuild FM clipboard XML
Licensed

macOS

Cmd + Opt
Cmd+Opt+G
Read FM clipboard into editor (raw XML)
Free
Cmd+Opt+V
Copy editor XML as XMSS to FM clipboard
Free
Cmd+Opt+T
FM โ†’ Text: clipboard XML to readable script
Licensed
Cmd+Opt+F
Text โ†’ FM: validate script text, rebuild FM clipboard XML
Licensed

Announcements

The latest product updates, launch milestones, and community news.

View All Announcements
July 23, 2026 ยท Industry Analysis

Claris Just Published the Architecture We've Been Building

Claris Community Live 49 laid out agentic FileMaker development as a split between model-driven intent and deterministic structure. That is the architecture ai2fm was built around.

The FileMaker AI tooling category is now public and named. FMForums maps the ecosystem, and ai2fm appeared in the Community Live audience tooling poll alongside other community initiatives.
  • Models decide intent; deterministic tools assemble structure from templates.
  • Claris' first toolkit target is FileMaker 2026 and local closed files.
  • ai2fm ships the clipboard bridge today and expands into a local modernization pipeline in v3.

Talks & Press

ai2fm proud sponsor of fmCat 2026 in Barcelona

fmCat 2026 ยท October 16, 2026 ยท Barcelona

ai2fm Sponsors fmCat 2026

ai2fm is proud to support Barcelona's FileMaker developer conference as an official event sponsor.

fmCat brings the FileMaker community together for a full day of engineering, integration, and agentic-development sessions.

  • Official sponsor of fmCat 2026.
  • Barcelona, October 16, 2026.
  • Supporting the people moving FileMaker development forward.
AI2FM at FM meets Mozart Salzburg 2026

FM meets Mozart ยท September 15, 2026 ยท Salzburg

AI2FM Comes to FM meets Mozart

A 90-minute AI2FM introduction and a hands-on workshop bring deterministic, agentic FileMaker development to Salzburg.

Dimitris demonstrates how ai2fm's officially supported editors become FileMaker IDEs, then takes participants through AI2FM's V3 solution-analysis workflow.

  • Live validation, autocomplete, hover help, and autoformatting.
  • Structured .fmscript folders, ERDs, and dependency analysis.
  • Copy/paste and FileMaker Upgrade Tool patching workflows.

Latest Videos

Security intelligence and reproducible FileMaker engineering evidence from ai2fm.

Visit the ai2fm Channel
Threat analysis of a coordinated GitHub malware campaign targeting FileMaker developers.

Security Alert ยท August 4, 2026 ยท Cyber-FM

FileMaker Malware Campaign: Reverse Engineering the Fake XML Scrubber

A coordinated campaign is impersonating legitimate FileMaker community tools through deceptive GitHub repositories, encrypted payloads, and remote-execution instructions.

The video dissects the fake XML Scrubber lure and the campaign behind it, while the Cyber-FM report records the wider infrastructure, takedowns, replacements, warning signs, and incident-response guidance.

  • Verify the provenance of FileMaker utilities before running them.
  • Never execute remote PowerShell or shell commands from an unverified README.
  • Preserve evidence and report suspicious repositories and accounts separately.
Seventeen verified FileMaker clipboard bugs with reproducible test files.

Engineering Evidence ยท August 1, 2026 ยท ai2fm

Bug 1: FileMaker 2025 Drops the Prompt Template Name

The first video in the 17-bug evidence series reproduces how Perform Find by Natural Language loses its Prompt Template Name during FileMaker 2025 clipboard copy.

The saved .fmp12 remains safe. The loss occurs when FileMaker serializes the step to clipboard XML. The video demonstrates the defect; the evidence page provides the exact FileMaker files, clipboard captures, and ai2fm round-trip results.

  • Open the same reproducer file and verify the clipboard yourself.
  • See where ai2fm warns that FileMaker already dropped the value.
  • Re-enter the value and rebuild a deterministic, working clipboard.

Privacy-First Architecture

The XSLT transform runs server-side, but your script content never stays there. Payloads move over TLS, are processed entirely in volatile memory, and are discarded the instant the response is sent.

Zero-retention pipeline

FileMaker XML and translated output are never written to disk, never logged, never used to train AI. See the Data Retention Policy for the technical detail.

  • โœ… TLS in transit, memory-only processing at the server
  • โœ… No disk writes, no logs of script content, no backups of payloads
  • โœ… No AI training on customer code โ€” ever
  • โœ… Local device fingerprint: raw hostname / MAC / platform never leave your machine

Developer Pricing

Professional tools for professional developers.

Free Demo

Free ยท 21 days

Full features, no credit card required. Try before you buy.

  • Full Bi-directional Translation
  • Unlimited Code Transformations
  • One Machine ยท One Email

Professional Seat

$120 / yr

Annual subscription. Server stays live as long as you subscribe.

  • Full Bi-directional Translation
  • Unlimited Code Transformations
  • Secure Device Locking