AIWinWeb
aiwinweb runs a password-protected local web console for interactive AI CLI, PowerShell, and SSH sessions on Windows. It supports Claude Code, Codex, OpenCode, and Cline as selectable engines; Claude is not required.
Install
py -3.10 -m pip install aiwinweb
aiwinweb init
aiwinweb run
Open http://127.0.0.1:18765 after startup. The first init command asks for the web-console password and writes configuration to ~/.aiwinweb/.env.
Options
# Store configuration and runtime data outside the user profile.
aiwinweb init --home D:\console-data --username admin --port 18765
aiwinweb run --home D:\console-data
# Override only for one process invocation.
aiwinweb run --home D:\console-data --host 127.0.0.1 --port 18765
The installed package is read-only: configuration, passwords, sessions, uploads, logs, and generated keys live in the --home directory instead of site-packages.
Requirements
- Python 3.10 or newer.
- Windows 10 1809+, Windows 11, or Windows Server 2019+ for native Windows terminal support.
- At least one supported CLI installed and authenticated for AI sessions: Claude Code, Codex, OpenCode, or Cline. PowerShell is available on Windows without an AI CLI.
Security
This application can expose an interactive shell and file access. Keep it bound to 127.0.0.1 unless you deliberately configure HTTPS, a restricted ALLOWED_BASE_DIR, firewall rules, a strong password, and TOTP.
Publishing
Publish this package as aiwinweb:
py -m build
py -m twine check dist/*
py -m twine upload dist/*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiwinweb-0.1.0.tar.gz.
File metadata
- Download URL: aiwinweb-0.1.0.tar.gz
- Upload date:
- Size: 185.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3f569b27ee272aae2126278d9bbc03dccf93000e6329a7f2d5cfe4e0263acbe
|
|
| MD5 |
4e9cc662966ad1c31ec403407ffd8b16
|
|
| BLAKE2b-256 |
4994b75f5e26a7dd8ad505950773db4f3c056bf4fae368fc13701c7bd7a9ca06
|
File details
Details for the file aiwinweb-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aiwinweb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 198.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef5c4757401fd62fff9441a086aba5deac28d145f8cb7bcec045c2aef0a187a9
|
|
| MD5 |
23d0b715d6d70e21b7fb91e2bc741861
|
|
| BLAKE2b-256 |
1466806c2ae39cc3063fa17ce38f7dfbfcf34bc684e52157357d3762b6da17e8
|