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.
5 minutes max — and you're generating processors
Python 3.10–3.14, Windows. Check Add to PATH during install ✓
After installing Python, open console (cmd/PowerShell/Terminal)
pip install https://github.com/SERGIUSH-UA/1c-processor-generator-ce/archive/refs/heads/master.zip
python -m 1c_processor_generator --help
python -m 1c_processor_generator minimal TestProcessor
→ creates TestProcessor folder with XML
Too lazy to set up an AI agent (Cline, Cursor, Claude Code)? Web GPT does it for you
Open GPT Assistant →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.
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.
Just describe what you need. Claude or ChatGPT will do the rest.
"Create a processor to calculate monthly sales with a date filter"
Complete processor: managed form with fields, tables, buttons — opens directly in 1C
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.
Same task, different generation quality
Create a processor for visualizing JSON as a tree in 1C
Open-source (GPL v3). Full EPF compilation, no watermark, no limits.
Full power — free and open-source
Compile EPF in the cloud — no local 1C installation required
Community Edition compiles locally. Cloud PRO compiles without Designer.
Unused variable "Counter"
— dead code
Type "CatalogRef.Products" not found
— non-existent type
Procedure "GetData" is not defined
— non-existent function
Expected ";"
— BSL syntax
Compile EPF in the cloud without local 1C Designer. Perfect for teams without 1C installed, CI/CD pipelines, or Linux/Mac users.
Deep dive: why AI can't generate 1C XML directly, how YAML solves this problem, and a practical example with Monobank API.
Read Article →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.
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.
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.
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.
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.
Community Edition: Python 3.10+. For local EPF compilation: 1C:Enterprise 8.3 Designer. Cloud PRO: Python 3.10+ only (no local 1C needed).
Open-source on GitHub: 1c-processor-generator-ce. AI agents automatically read the included LLM documentation before generation.
Having issues? Go to Troubleshooting →
Community Edition is everything you need. Full EPF compilation, no watermark, no limits.