The Cognee Cloud UI can run entirely on your local machine usingDocumentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
cognee.start_ui(). This gives you the same interface as Cognee Cloud without needing an account or any cloud infrastructure.
Before you start:
- Complete the Quickstart to make sure your environment is set up
- Have a valid LLM and embedding provider configured (see Setup Configuration)
Start the local UI
Add data and build a knowledge graph
Load some data into Cognee and run
cognify to build the knowledge graph before launching the UI.Launch the UI server
Call The UI is available at http://localhost:3000. Press
cognee.start_ui() to start the local frontend server. Setting open_browser=True opens the interface in your default browser automatically.Ctrl+C to stop the server when you are done.Full example
The complete script below combines all three steps:cognee.start_ui() launches the same frontend that powers Cognee Cloud. Data stays on your machine — nothing is sent to any external service.Next steps
Cognee Cloud
Move to the hosted version for managed infrastructure and collaboration features.
Core Concepts
Learn about remember, recall, improve, and forget operations.