🆓 Open Source (GPL v3)

1C Processor Generator

The only tool that generates complete processors with managed forms

AI describes — Generator creates ready form with fields, tables, buttons. Full EPF compilation included free.

🌐
No Python installed? 7 free generations right in your browser
Open Generator →

Quick Start

5 minutes max — and you're generating processors

1
Python (if not installed): python.org/downloads

Python 3.10–3.14, Windows. Check Add to PATH during install ✓

2
Install the generator:

After installing Python, open console (cmd/PowerShell/Terminal)

pip install https://github.com/SERGIUSH-UA/1c-processor-generator-ce/archive/refs/heads/master.zip
3
Verify installation:
python -m 1c_processor_generator --help
4
Create a test processor:
python -m 1c_processor_generator minimal TestProcessor

→ creates TestProcessor folder with XML

5
Bonus: GPT writes YAML for you

Too lazy to set up an AI agent (Cline, Cursor, Claude Code)? Web GPT does it for you

Open GPT Assistant →
Or try online:
🌐
No Python?

Try the online generator — 7 free generations, right in your browser

Try Online →
Done! 5 minutes — and you're ready to generate 1C processors (or try online →)

Problem

You want to use AI for creating 1C processors. But Claude and ChatGPT can't generate valid 1C XML — it requires UUIDs, sequential IDs, complex nested structures.

Writing processors manually in Configurator is slow. AI could help, but the 1C platform is too complex for direct generation.

Solution

Work with AI as usual — describe what you need. AI generates simple YAML + BSL code, and the Generator converts it into a ready processor.

The Generator bridges AI capabilities with 1C platform requirements. You get AI speed without its limitations.

AI generates. You receive.

Just describe what you need. Claude or ChatGPT will do the rest.

👤
You
Describe the task
🤖
AI Agent
Generates YAML + BSL
⚙️
Generator
Compiles processor
Result
Ready EPF with form
Your prompt:

"Create a processor to calculate monthly sales with a date filter"

Result:

Complete processor: managed form with fields, tables, buttons — opens directly in 1C

Why does this work?

LLMs can't generate valid 1C XML directly — it requires UUIDs, sequential IDs, complex nested structures. But they excel at generating simple YAML and BSL code. The Generator bridges AI capabilities with 1C platform requirements.

Real Example: GPT vs Claude Code

Same task, different generation quality

Task

Create a processor for visualizing JSON as a tree in 1C

GPT Medium quality
  • Flat table + filtering
  • More code to simulate tree
  • Less efficient architecture
Download GPT version
Claude Code High quality
  • Native 1C TreeData structure
  • Cleaner, maintainable code
  • Extra features (JSON path)
Download Claude version

Community Edition — Everything is Free

Open-source (GPL v3). Full EPF compilation, no watermark, no limits.

🆓

Community Edition

Full power — free and open-source

Complete managed forms — fields, tables, buttons, tabs
EPF compilation via local 1C Designer
BSL validation (CheckConfig, CheckModules)
Sync Tool (YAML ↔ XML synchronization)
No watermark — clean generated code
AI integration (Claude, GPT) + full documentation

Cloud PRO No Designer needed

Compile EPF in the cloud — no local 1C installation required

Everything from Community Edition +
Cloud EPF compilation (no local Designer)
Works on any OS (Linux, Mac, Windows)
Always latest 1C platform version
5000 generations or 6 months
Now open-source! 1C Processor Generator is now a Community Edition (GPL v3). All local features are free — EPF compilation, validation, no watermark.
Cloud compilation available with PRO license for those without local 1C Designer.

Local vs Cloud compilation

Community Edition compiles locally. Cloud PRO compiles without Designer.

Community Local Compilation (Free)
🤖 AI generates YAML + BSL
Generator validates & compiles
📄 1C Designer creates EPF
👤 Compiler validates BSL
🔧 AI Feedback Loop — errors auto-fixed
Cloud PRO Cloud Compilation
🤖 AI generates YAML + BSL
⚙️ Sends to cloud service
🔍 Cloud compiles EPF remotely
🔄 No local 1C needed — works anywhere
Ready EPF downloaded

🖥️ What the compiler catches (both Local & Cloud):

error Unused variable "Counter" — dead code
error Type "CatalogRef.Products" not found — non-existent type
error Procedure "GetData" is not defined — non-existent function
error Expected ";" — BSL syntax

Cloud PRO No Designer needed

Compile EPF in the cloud without local 1C Designer. Perfect for teams without 1C installed, CI/CD pipelines, or Linux/Mac users.

🎁
Try Cloud PRO free for 7 days No credit card, no obligations. Just enter your email and get the key.

Already have a license? Check status or renew

📖
Article

How to Make ChatGPT/Claude Generate Working 1C Processors

Deep dive: why AI can't generate 1C XML directly, how YAML solves this problem, and a practical example with Monobank API.

Read Article →

FAQ

What is 1C Processor Generator?

A tool that enables AI agents (Claude, ChatGPT) to create working 1C processors. AI generates simple YAML + BSL code, Generator converts it into a ready .epf file.

How does it work with Claude/ChatGPT?

You describe the task to an AI agent in natural language. AI reads our documentation, generates YAML config and BSL code, then runs the Generator. You get a ready processor without writing code manually.

Why can't AI generate processors directly?

1C XML format is too complex — UUIDs, sequential IDs, nested structures. AI often makes mistakes with such formats. YAML + BSL are much simpler, and AI handles them perfectly.

What's included for free?

Everything local — XML generation, EPF compilation via 1C Designer, BSL validation, Sync Tool, no watermark. The only paid feature is Cloud PRO — compiling EPF without local 1C Designer.

When do I need Cloud PRO?

If you don't have 1C Designer installed locally — for example, on Linux/Mac, in CI/CD pipelines, or if you simply don't want to install the 1C platform. Cloud PRO compiles EPF remotely.

What are the system requirements?

Community Edition: Python 3.10+. For local EPF compilation: 1C:Enterprise 8.3 Designer. Cloud PRO: Python 3.10+ only (no local 1C needed).

Where's the source code and documentation?

Open-source on GitHub: 1c-processor-generator-ce. AI agents automatically read the included LLM documentation before generation.

Having issues? Go to Troubleshooting →

Start now — open-source

Community Edition is everything you need. Full EPF compilation, no watermark, no limits.

🌐 Online
🎁
Try for free Online or Cloud PRO trial
Online Generator