GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Slowing (141d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
AI tutor powered by Theory-of-Mind reasoning
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 11, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 11, 2026
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Jul 11, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Jul 11, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
Clone the repo and install the necessary Node.js dependenciesSource link
Tags
README
Installation
Clone the repo and install the necessary Node.js dependencies
git clone https://github.com/plastic-labs/tutor-gpt.git && cd tutor-gpt
pnpm install
Set up your environment variables in a .env.local
file. Then launch the development server.
pnpm run dev
Open http://localhost:3000 with your browser to see the result.
Docker
A Dockerfile is included for convenience in self hosting an local development.
to build and run the image run the following commands
cd tutor-gpt
docker build -t tutor-gpt .
docker run --env-file .env.local -p 3000:3000 tutor-gpt
License
Tutor-GPT is licensed under the GPL-3.0 License. Learn more at the License file