claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Developer Tools

ai-code-fusion

Desktop app to process repository content into one file

// Developer Tools[ cli ][ api ][ desktop ][ claude ]#claude#ai#ai-tools#chatgpt#claude-ai#electron#llm#devtoolsGPL-3.0$open-sourceupdated 15 days ago
Actively maintained
97/100
last commit 3 months ago
last release over 1 year ago
releases 2
open issues 0
// install
git clone https://github.com/codingworkflow/ai-code-fusion

AI Code Fusion

Features

A desktop app to prepare code repositories for AI workflows.

  • Visual directory explorer for selecting code files
  • File filtering with custom patterns and .gitignore support
  • Token counting support for selected files
  • Processed output ready to copy/export for AI tools
  • Export format selector: Markdown or XML
  • Cross-platform support (Windows, macOS, Linux)
  • UI panel screenshots: docs/APP_VIEWS.md

Processed Output Example

Processed Output panel

Full sample files:

Markdown export example

# Repository Analysis

## src/App.tsx

```ts
export function App() {
  return <main>Hello AI Code Fusion</main>;
}
```

Tokens: 120

XML export example

<?xml version="1.0" encoding="UTF-8"?>
<repository totalFiles="1" totalTokens="120">
  <file path="src/App.tsx" tokens="120"><![CDATA[
export function App() {
  return <main>Hello AI Code Fusion</main>;
}
  ]]></file>
</repository>

Download Release

Download the latest packaged build from GitHub Releases: https://github.com/codingworkflow/ai-code-fusion/releases

  • Windows: download and run the .exe installer
  • macOS: download the .dmg, drag app to Applications
  • Linux: download the .AppImage, then run:
chmod +x *.AppImage
./*.AppImage

Build from Source

Requirements:

  • Node.js (v20 or later)
  • npm
  • Git
git clone https://github.com/codingworkflow/ai-code-fusion
cd ai-code-fusion

npm ci
npm run build:webpack
npm run build

Optional platform-specific builds:

npm run build:win
npm run build:linux
npm run build:mac

Renderer Structure

  • src/renderer/public/: static HTML shell (index.html)
  • src/renderer/styles/: renderer stylesheet sources
  • src/renderer/components/, context/, i18n/: runtime renderer code
  • src/assets/: canonical app icons and static media assets

Dev Container

This repo includes .devcontainer/ for a reproducible local environment.

  • Node.js: 20 (matches CI)
  • npm: bundled with Node 20 (currently 10.x)
  • Container user: vscode
  • UID/GID is aligned by Dev Containers defaults for bind-mount compatibility
  • No host home or SSH key directory is mounted in the container by default

Smoke test with Dev Containers CLI:

devcontainer read-configuration --workspace-folder .
devcontainer build --workspace-folder .
devcontainer up --workspace-folder .
devcontainer exec --workspace-folder . node -v
devcontainer exec --workspace-folder . npm -v
devcontainer exec --workspace-folder . id -u
devcontainer exec --workspace-folder . npm run lint

Bug Reports & Support

For ai-code-fusion and claude-code-api, use this discussion thread for bug reports and troubleshooting:

Governance

License

GPL 3.0

// compatibility

Platformscli, api, desktop
Operating systems
AI compatibilityclaude
LicenseGPL-3.0
Pricingopen-source
LanguageTypeScript

// faq

What is ai-code-fusion?

Desktop app to process repository content into one file. It is open-source on GitHub.

Is ai-code-fusion free to use?

ai-code-fusion is open-source under the GPL-3.0 license, so it is free to use.

What category does ai-code-fusion belong to?

ai-code-fusion is listed under devtools in the Claudeers registry of Claude-compatible tools.

0 views
86 stars
unclaimed
updated 15 days ago

// embed badge

ai-code-fusion on Claudeers
[![Claudeers](https://claudeers.com/api/badge/ai-code-fusion.svg)](https://claudeers.com/ai-code-fusion)

// retro hit counter

ai-code-fusion hit counter
[![Hits](https://claudeers.com/api/counter/ai-code-fusion.svg)](https://claudeers.com/ai-code-fusion)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript225,699MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript119,234MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// devtoolssafishamsi/Python80,484MIT[ claude ]
🔓

🙌 OpenHands: AI-Driven Development

// devtoolsOpenHands/Python79,324NOASSERTION[ claude ]
→ see how ai-code-fusion connects across the ecosystem