Before installing or updating
- Back up C:\Users\Public\Documents\TicDoc as a precaution.
- The updater requires an existing TICdoc installation and keeps its data.
- The application runs on Windows, requires no account and stores information locally.
What's new in TICdoc 1.2
The substantial change in this release is that TICdoc no longer documents from the project title and notes alone: it can now read your code. You attach one or more source folders and the program builds a local index of the units, classes, interfaces, records, methods and properties they declare. That index becomes the context the AI receives, so the documentation describes the program that exists rather than a plausible one.
- Project code index. Built-in Pascal analyser. Other languages are registered in the index while their analyser is pending.
- Structured generation. In functional requirements, non-functional requirements, use cases and glossary sections the AI fills in the records — code, title, steps, actors, exceptions, terms — instead of writing paragraphs.
- Document a single unit. Pick a file from the index and TICdoc creates a section explaining what the unit is for, what each type handles and how it is used, from its actual declarations.
- Resume an interrupted generation. If generation stops, launch it again and it continues with the sections left empty, without rebuilding the outline or touching what is already written.
- Automatic retries for transient provider errors such as per-minute rate limits.
- Progress and cancellation while the full document is generated.
- Optimise requests. An option that sends each section only what concerns it instead of repeating the whole code structure, greatly reducing consumption per document.
- Project templates. Seven starting structures: desktop application, web application, REST API, database, library, academic project and empty project.
- Markdown export as a /docs tree with one file per section, an index and an images folder, ready for GitHub, MkDocs or Docusaurus.
- Direct PDF export of the assembled project.
See how AI generation and the rest of the TICdoc workflow operate.
Full installation
The wizard installs the application and creates C:\Users\Public\Documents\TicDoc. This folder stores the SQLite database, projects, images, diagrams, exports and language files. It also records the data location in HKEY_CURRENT_USER\Software\Ticdoc under the PathData value.
Update
The updater checks for a previous installation and replaces only the application components required to run version 1.2. It does not create a new database or remove anything from your project folders.
The first time version 1.2 is opened, TICdoc extends the database to store the code index. The operation is transparent and does not affect existing projects.
Verify file integrity (SHA-256)
- TICdoc_Install_64.exe
B083FC654D049667E9AE12BF321DC7D348DDA55549E5E085B4CBD3DB5C0E3571- TICdoc_Install_32.exe
639066E0BE5948967B067927F433EF0E1A6546D8E529F783A62A8EFA1E2AFCE2- TICdoc_Update_64.exe
C938CF99BC21F36A077F4095FF48202F070C65886AF8C0CDE36B57BEBE21088A- TICdoc_Update_32.exe
28E133FBC583D17731470D9A4CCA554A90B2E498877DCED1713DB5C640452551
License
TICdoc is free for personal, educational and professional use. It can be used at no cost and with no limit on the number of computers, in personal, academic or professional projects, within companies and public administrations, and to document commercial software. The documents you create with TICdoc are yours and you may exploit them freely, including commercially.
- TICdoc copyright and intellectual property rights belong to © Alberto Fornés.
- Selling, sublicensing, redistributing, modifying, renaming or repackaging TICdoc without the author's express permission is not allowed. Downloads are available from this website only.
- TICdoc includes third-party components under their own licenses, listed in the THIRD-PARTY-NOTICES.txt file installed alongside the program.
- The software is provided "as is", without warranty of any kind. Regular backups of the data folder, including the database, are recommended.
The full terms are shown during installation and are installed alongside the program.
Need help?
Use the contact page to suggest improvements or report an error.
Version history
| Version | Date | Main changes |
|---|---|---|
| 1.2 | 15-08-2026 | Project source code index and documentation generated from it. Document a single unit. Resume interrupted generations, automatic retries, progress with cancellation and an option to optimise requests. Project templates. Markdown and PDF export. Structured generation of requirements, use cases and glossary. |
| 1.1 | 08-08-2026 | AI-assisted documentation generation with configurable prompts. New 32-bit and 64-bit update installers. |
| 1.0 | 30-01-2023 | First public release. |