Local Alpha
@t3x-dev/local is the packaged local path for alpha users with npm access.
If you do not have package access yet, start from source in the Quick Start.
Alpha package
@t3x-dev/local is part of the current alpha package surface. Package
availability follows Release Status, and npm may return 404 for
accounts without restricted alpha access.
npx -p @t3x-dev/local t3x-local start
Use it when you want the packaged local product experience instead of a source checkout. The local path is designed for trying the WebUI and no-key demo first, then adding provider keys when you want live extraction or chat.
What it gives you
- A local T3X workspace.
- A WebUI-first workflow.
- A fixture demo path that does not require a model provider.
- A path to configure providers later for live extraction and generation.
Screenshot
Source development
Contributors should still use the monorepo source workflow:
git clone https://github.com/t3x-dev/t3x-core.git
cd t3x-core
pnpm install
pnpm dev:api
pnpm dev:webui