skillfed

uipath-dev

UiPath Developer Console

uipath-dev v0.0.85 1.6M downloads/30d#3,730 on PyPI17
License unclear Active released

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-dev

uv

uv add uipath-dev

poetry

poetry add uipath-dev

Installing 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

Intended Audience :: DevelopersProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Software Development :: Build Tools

Tags

uipath python development consoleinteractive automation testing terminalruntime debugging and inspection toolagent execution visualizationpython automation script debuggeruipath developer environmenttui-based runtime explorer
uipath-ecosystemautomation-testingtui-framework

More Build Tools packages

Further reading