uipath-dev
UiPath Developer Console
What it is and what it does
UiPath Developer Console is a terminal-based IDE for developers building UiPath Python runtimes, agents, and automation scripts. It provides an interactive environment where you can run Python-based UiPath runtimes, inspect structured logs and output, and visualize execution traces in real time using a text-based user interface powered by the textual framework.
The package integrates with the uipath-runtime SDK and is intended for developers testing standalone automation scripts before deployment, building custom runtime integrations, or exploring runtime orchestration. It depends on nine runtime packages including fastapi, uvicorn, aiosqlite, and pyperclip, suggesting a web-service backend with database support and cross-platform clipboard integration. The package is actively maintained and has no known security vulnerabilities.
Use it for:
- Debug and inspect UiPath Python agents during development before deploying to production.
- Test standalone automation scripts interactively with real-time log and trace visualization.
- Explore runtime orchestration and execution traces for custom UiPath runtime integrations.
- Review and export execution history and structured logs from automation runs.
- Develop and validate Python-based UiPath runtimes in a local sandbox environment.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Interactive terminal application for building, testing, and debugging UiPath Python runtimes and automation scripts with real-time visualization of agent behavior and execution traces.
Yes, if you are building or testing UiPath Python runtimes or automation scripts. The package is actively maintained, has low install friction, and fills a specific niche for UiPath developers. Verify the license terms before adopting in a commercial context, and confirm platform compatibility if you are not on Windows (pywinpty is a dependency).
Install
uipath-dev on PyPI
pip
pip install uipath-devuv
uv add uipath-devpoetry
poetry add uipath-devInstalling uipath-dev
Before you install
Low install friction; pure Python wheel with no compiled dependencies. Active maintenance—released 7 days ago with last commit on 2026-08-10. Requires Python 3.11 or later.
License in practice
License status is unclear; the package metadata does not declare an SPDX identifier or raw license text. Verify the project's repository or documentation before adopting in a commercial or restricted-license context.
Quickstart
pip install uipath-dev
from uipath_dev import main
# Launch the Developer Console
main()
Requires Python 3.11 or later; depends on uipath-runtime and textual for TUI rendering.
Verify before relying
- Whether the package works on non-Windows platforms (pywinpty is a Windows-specific dependency).
- Exact license terms and any restrictions on commercial use or redistribution.
- Whether the mocked-data launch mode (uv run uipath-dev) is the intended entry point for new users.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 9 — aiosqlite, fastapi, mcp, pyperclip, pywinpty, textual, uipath-runtime, uipath, uvicorn |
| Maintenance | actively maintained — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,595,227/month — #3,730 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: uipath_dev-0.0.85-py3-none-any.whl
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
uipath-runtimeProvides foundational runtime interfaces and…
unclear · top 5,000 on PyPI
uipath-langchainBuilds and deploys LangGraph agents to UiPath…
unclear · top 5,000 on PyPI
uipathA Python SDK and CLI for programmatic…
unclear · top 5,000 on PyPI
uipath-platformA Python SDK for programmatic interaction with…
unclear · top 5,000 on PyPI
trogonTrogon auto-generates a terminal user interface…
permissive · top 15,000 on PyPI
textual-devtextual-dev provides a command-line tool for…
permissive · top 15,000 on PyPI
inspect-scoutInspect Scout analyzes and visualizes…
permissive · top 15,000 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
uipath-coreProvides core abstractions, data models, and…
unclear · top 5,000 on PyPI
textual-serveRuns any Textual terminal application in a web…
permissive · top 5,000 on PyPI