Overview#
AI Workforce OS is currently at v1.0.0. The project’s changelog shows its most recent tagged entry as 1.0.0-rc1 — if you need an exact build/version identifier for support purposes, confirm the precise tag your deployment is running with your implementation team, since the two references are not perfectly aligned.
Purpose#
Track what changed release to release, and flag known limitations that shipped with the current version so they are not mistaken for defects.
Step-by-Step Instructions#
v1.0.0 highlights#
- Core HR: multi-tenant organization structure, employee records, and ESS/MSS/HR Admin self-service portals.
- Operational HR: attendance (with shift and overtime support), leave (with carry-forward, comp-off, and encashment), payroll, and compensation management.
- Talent: recruitment (including a public career portal), performance management (goals/OKRs, 360 reviews, PIPs, calibration), and a learning management system.
- Operations: cross-module task management, and full asset lifecycle management (inventory through procurement).
- Platform: an AI layer (providers, prompts, agents, HR-focused AI Skills), billing and subscription management (Stripe/Razorpay), a public API with webhooks and official SDKs, an integration catalogue, PWA-based mobile support, and enterprise security (MFA, SSO, SCIM, tamper-evident audit logging).
- All 13 webhook-subscribable events have a verified publisher as of the 1.0.0-rc1 changelog entry.
Not Available in This Release#
- Statutory payroll tax/PF/ESI calculation.
- A web UI to execute a full payroll run (create through lock).
- GPS/biometric attendance capture.
- Scheduled data sync for third-party OAuth2 integrations (Google, Microsoft, Slack, Teams, Zoom, Jira, GitHub).
- A native mobile app (mobile support is PWA-based).
- Kubernetes deployment manifests.
- A tested, documented production database backup/restore drill.
Common Mistakes#
- Quoting a version number to a customer without confirming the exact build tag with your implementation team, given the v1.0.0 / 1.0.0-rc1 discrepancy noted above.
Troubleshooting#
I need to know exactly which version my instance is running.#
Check your deployment’s build metadata directly (for example, the image tag used in your Docker Compose or CI deployment configuration) rather than relying solely on this page, since documentation reflects the product as of writing and your instance may be pinned to a specific patch build.
Related Pages#
FAQ#
Is this documentation for v1.0.0?
Yes, this documentation set reflects the AI Workforce OS v1.0.0 / 1.0.0-rc1 codebase.
How do I upgrade to a new version?
Follow your standard deployment process: back up the database, pull the new container images, apply any database migrations, then restart the application containers. See Deployment.
Best Practices#
- Read the "Not Available" list on this page before promising a feature to end users or stakeholders.
- Re-check this page after every upgrade — gaps listed here are expected to close over time.