Skip to content

AayDocCapio v1.0.0 — Initial Release

Choose a tag to compare

@dkbholusaria dkbholusaria released this 09 Jun 16:27
· 197 commits to main since this 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 → KeepShow moreKeep anyway

If Windows Defender shows "Threats found":
Open Windows Security → Virus & threat protection → Protection history → find the entry → Actions → Allow on device

If Windows SmartScreen blocks the installer from running:
Right-click the file → Properties → tick UnblockApplyOK → 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.