Skip to main content

PipkinPad

PipkinPad is a locally-run Python workbench: manage files in the current directory, use a persistent terminal, and let an OpenAI API-compatible AI assist with processing work tasks.

Installation & Startup

pip install pipkinpad
cd your-project
pipkinpad start

The app listens on 127.0.0.1:8765 by default. Use --port 9000 to change the port. By default the browser is not opened automatically; add --browser to open it on start. The startup directory is the workspace root — the service and AI cannot access paths outside it.

To use the same workbench from another device on a trusted network, start it on the host machine with:

pipkinpad start --host 0.0.0.0

Then visit http://HOST_IP:8765 from the other device. Do not expose this service to an untrusted network or the public internet.

Configure the model (keys are never echoed):

pipkinpad config --base-url https://api.openai.com/v1 --model gpt-4.1-mini --api-key YOUR_KEY
pipkinpad config
pipkinpad clear-config

Password protection

Set a password before starting the server to require login in the browser:

pipkinpad config --password YOUR_PASSWORD

After a successful login, PipkinPad remembers that browser for 30 days using an HTTP-only signed cookie. Changing the password invalidates previous logins. To return to password-free local access:

pipkinpad config --clear-password

The password is never stored directly. Its salted PBKDF2 hash and the cookie signing secret are kept inside PipkinPad's encrypted local settings file.

You can also fill in the "Configure API" panel on the app's right sidebar. Connection parameters and API keys are encrypted and saved to a local config file; the master encryption key is stored in the operating system credential store.

Security Model

  • A random local session token is generated on every startup; the file API and terminal WebSocket require this token.
  • File operations are path-normalized and restricted to the startup directory; hidden files are not shown in the tree.
  • The AI only sees chat history and files or terminal output you explicitly attach.
  • The AI can only propose commands. The page provides a confirmation button for each Bash command; once confirmed, the command runs in the workspace's isolated Bash process, and output is handed back to the AI for further processing. The AI never writes to the human-facing Terminal; when leveraging Terminal context, it can only read its output.
  • UI state is saved in .pipkinpad-ui-state.json in the workspace, so devices connected to the same PipkinPad service share layout, tabs, context settings, and a Terminal-output snapshot.
  • Audit events are saved to .pipkinpad-audit.jsonl in the workspace; API keys and terminal input are never logged.

Release files for pipkinpad 0.1.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pipkinpad 0.1.6
File Size Uploaded
pipkinpad-0.1.6.tar.gz 33.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pipkinpad 0.1.6
File Interpreter ABI Platform
pipkinpad-0.1.6-py3-none-any.whl Python 3 none any Details

Total release size: 71.2 kB

Release files / pipkinpad-0.1.6.tar.gz

Download URL pipkinpad-0.1.6.tar.gz
Size 33.5 kB
Tags Source
SHA-256 checksum
How to use checksums
ef759b5e977ef3adc6387ee9f5911eae02f7ae72ee07066754b372c5f22f36c7
BLAKE2b-256 checksum
How to use checksums
c67ef7e7fb639ea355f746d969b90c9c01583e4b1b9063175608e3bc3d4eba1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.

Transparency log

Release files / pipkinpad-0.1.6-py3-none-any.whl

Download URL pipkinpad-0.1.6-py3-none-any.whl
Size 37.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e61aa86253ec340ec8e2fb644f97b4c18fe4734e8b777e3b8d744686264df035
BLAKE2b-256 checksum
How to use checksums
05ede269538230150b96456666f1c2628c833ec2522f9e3b92fe5a2746b5cac5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.1.6 This release

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page