Releases: dkbholusaria/AayDocCapio
AayDocCapio v1.4.0 — 11 Jun 2026
What's New in v1.4.0
New Features
- 26AS TXT to Excel + HTML — Auto-converts downloaded 26AS TXT files into structured Excel workbooks and HTML output with Assessee Details, Part I–IX sheets, and summary links
- Status filtering — Filter clients by downloaded, failed, partially completed, queued, or not run yet
- Improved batch progress — Per-client conversion states, clearer warnings, and saved-location links for faster review
- Download history by AY/FY — Last status and saved folder are remembered per client and assessment year
- Assessment year management — Add, remove, reorder, and toggle AY/TY/FY entries from Settings
- Light and Dark Navy themes — Switch appearance from Settings; preference is saved across sessions
Installer
- Windows
.exewizard installer — recommended for most users and upgrades - Windows
.msipackage — for new IT-managed, silent, or Group Policy deployments - macOS Apple Silicon
.appzip bundle - Installers preserve
tax_vault.jsonandassessment_years.jsonduring upgrades and migrations .exeand.msiinstallers guard against accidental mixing — each prompts to remove the other type before installing
Bug Fixes
- Better handling for TRACES on-demand 26AS cases
- Fixed ZIP/PDF unlock failures and locked Excel file errors
- Large AIS file queueing handled more reliably
Downloads
- 🪟 AayDocCapio_Setup_v1.4.0.exe — Windows wizard installer, recommended for most users
- 🪟 AayDocCapio_Setup_v1.4.0.msi — Windows MSI for silent / managed installs
- 🍎 AayDocCapio-macos-arm64-v1.4.0.zip — macOS Apple Silicon app bundle
Windows Defender / SmartScreen may flag the installer — this is a false positive. AayDocCapio is open source and compiled from Python. See the landing page for how to allow it.
Requires: Windows 10/11 64-bit · Google Chrome required for AIS/TIS downloads
AayDocCapio v1.0.0 — Initial Release
⬇️ Download
| Installer | Platform | Notes |
|---|---|---|
| AayDocCapio_Setup_v1.0.0.exe | Windows 10/11 | Recommended — wizard installer |
| AayDocCapio.msi | Windows 10/11 | Enterprise / silent install |
⚠️ Windows Defender or your browser may flag the installer as a threat — this is a false positive.
AayDocCapio is compiled from open-source Python code using Nuitka. Compiled Python binaries are commonly flagged by heuristic scanners. Every line of code is auditable at this repository.If Brave / Chrome blocks the download:
Click the ↓ download icon → … next to the file → Keep → Show more → Keep anywayIf Windows Defender shows "Threats found":
Open Windows Security → Virus & threat protection → Protection history → find the entry → Actions → Allow on deviceIf Windows SmartScreen blocks the installer from running:
Right-click the file → Properties → tick Unblock → Apply → OK → run it → if SmartScreen still appears click More info → Run anyway
AayDocCapio v1.0.0
Automates the secure bulk retrieval of Form 26AS, AIS and TIS directly from the Income Tax e-Filing Portal for multiple clients in one click.
Features
- Encrypted credential vault — PAN, DOB, and portal passwords stored locally using PBKDF2HMAC + Fernet AES-128
- Bulk import / export — load assessees from Excel/CSV; generate import templates
- One-click batch download — Form 26AS (PDF + TXT), AIS (PDF), TIS (PDF)
- Automated PDF unlocking — PDFs opened without passwords using PAN + DOB
- Live batch progress — per-client real-time status with Stop control
- AIS request & polling — handles large AIS files queued on ITD servers
- Headless by default — runs invisibly in background; toggle to show browser for debugging
- Per-client error isolation — one failure never aborts the full batch
- Assessment year management — add, remove, and toggle years via built-in dialog
- Search / filter — filter client list by name or PAN
Requirements
- Windows 10/11 (64-bit)
- Google Chrome installed (required for AIS/TIS downloads)
Installation
Download and run AayDocCapio_Setup_v1.0.0.exe — the wizard installs the app and downloads the Chromium browser engine automatically.
Alternatively, use AayDocCapio.msi for silent/enterprise deployment:
msiexec /i AayDocCapio.msi /quiet
Notes
- AIS/TIS require Google Chrome. Form 26AS works without it.
- First launch may take a few seconds as the browser engine initialises.