{"id":26239586,"url":"https://github.com/codingworkflow/ai-code-fusion","last_synced_at":"2025-11-05T00:02:42.788Z","repository":{"id":281926318,"uuid":"944606603","full_name":"codingworkflow/ai-code-fusion","owner":"codingworkflow","description":"Desktop app to process repository content into one file","archived":false,"fork":false,"pushed_at":"2025-03-31T03:23:35.000Z","size":2345,"stargazers_count":30,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T02:11:53.951Z","etag":null,"topics":["ai","ai-tools","chatgpt","claude","claude-ai","electron","llm"],"latest_commit_sha":null,"homepage":"https://www.codingworkflow.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingworkflow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-07T16:39:54.000Z","updated_at":"2025-04-19T12:40:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"c55bd9ac-debb-440e-ad05-ae69c649d45c","html_url":"https://github.com/codingworkflow/ai-code-fusion","commit_stats":null,"previous_names":["codingworkflow/ai-code-fusion"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingworkflow%2Fai-code-fusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingworkflow%2Fai-code-fusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingworkflow%2Fai-code-fusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingworkflow%2Fai-code-fusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingworkflow","download_url":"https://codeload.github.com/codingworkflow/ai-code-fusion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354512,"owners_count":21416751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-tools","chatgpt","claude","claude-ai","electron","llm"],"created_at":"2025-03-13T07:16:05.258Z","updated_at":"2025-11-05T00:02:42.773Z","avatar_url":"https://github.com/codingworkflow.png","language":"JavaScript","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# AI Code Fusion\n\n## Features\n\nA desktop application for preparing and optimizing code repositories for AI processing and analysis. It helps you select specific files, count tokens, and process source code for AI systems.\n\n- Visual directory explorer for selecting code files\n- Advanced file filtering with customizable patterns\n- Accurate token counting for various AI models\n- Code content processing with statistics\n- Cross-platform support (Windows, macOS, Linux)\n\n## Installation\n\n### Download\n\nDownload the latest version for your platform from the [Releases page](https://github.com/codingworkflow/ai-code-fusion/releases).\n\n### Windows\n\n1. Download the `.exe` installer\n2. Run the installer and follow the instructions\n3. Launch from the Start Menu or desktop shortcut\n\n### macOS\n\n1. Download the `.dmg` file\n2. Open the DMG and drag the application to your Applications folder\n3. Launch from Applications\n\n### Linux\n\n1. Download the `.AppImage` file\n2. Make it executable: `chmod +x AI.Code.Prep-*.AppImage`\n3. Run it: `./AI.Code.Prep-*.AppImage`\n\n## Usage Guide\n\n### 1. Start and Filters\n\nThe application now features both Dark and Light modes for improved user experience.\n![Start Panel Dark Mode](assets/ai_code_fusion_1.jpg)\n\n![Start Panel Light Mode](assets/ai_code_fusion_2.jpg)\n\nExtended file filtering options:\n\n- Exclude specific file types and patterns (using glob patterns) to remove build folders, venv, node_modules, .git from tree view and file selection\n- Automatically exclude files based on .gitignore files in your repository\n- Reduce selection to only the file extensions you specify\n- Display token count in real-time during selection (can be disabled for very large repositories)\n- Include file tree in output (recommended for better context in AI models)\n\n### 2. File Selection\n\nSelect specific files and directories to analyze and process.\n\n![Analysis Panel](assets/ai_code_fusion_3.jpg)\n\n- Browse and select your root project directory\n- Use the tree view to select specific files or folders\n- See file counts and token sizes in real-time (when token display is enabled)\n\n### 3. Final Processing\n\nGenerate the processed output ready for use with AI systems.\n\n![Processing  Panel](assets/ai_code_fusion_4.jpg)\n\n- View the final processed content ready for AI systems\n- Copy content directly to clipboard for immediate use\n- Export to file for later reference\n- Review files by token count to help identify large files you may want to exclude\n\n## Building from Source\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm\n- Git\n\n### Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/codingworkflow/ai-code-fusion\ncd ai-code-fusion\n\n# Install dependencies\nmake setup\n# or\nnpm install\n```\n\n### Development\n\n```bash\n# Start the development server\nmake dev\n# or\nnpm run dev\n```\n\n#### Troubleshooting Development\n\nIf you encounter issues with the development server:\n\n1. For Windows users: The `make.bat` file has special handling for the `dev` command that properly sets environment variables\n2. If you're still having issues:\n   - Ensure all dependencies are installed: `npm install`\n   - Try rebuilding: `npm run rebuild`\n   - Close any running instances of the app\n   - Restart your terminal/command prompt\n   - As a last resort, try direct electron launch: `npm run dev:direct`\n\n### Building\n\n```bash\n# Build for current platform\nmake build\n\n# Build for specific platforms\nmake build-win    # Windows\nmake build-linux  # Linux\nmake build-mac    # macOS (Intel)\nmake build-mac-arm  # macOS (Apple Silicon)\nmake build-mac-universal  # macOS (Universal)\n```\n\n## License\n\nGPL 3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingworkflow%2Fai-code-fusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingworkflow%2Fai-code-fusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingworkflow%2Fai-code-fusion/lists"}