---
id: index
title: Welcome to Chimera
description: Root index for the Chimera knowledge bundle
tags:
- wiki
- ai
- okf
created: 2026-06-18
modified: 2026-06-18
---
# Welcome to Chimera
This is your personal wiki powered by local AI inference.
## Getting Started
- Use the **AI Writer** panel to generate content
- Edit markdown directly in the editor
- Preview renders your markdown in real-time
## Example
```javascript
// Generated by AI
console.log("Hello, wiki!");
```
> "Knowledge is power."
## Related
- [concepts/getting-started](concepts/getting-started.md)
- [concepts/ai-writing-guide](concepts/ai-writing-guide.md)
- [Google Cloud Knowledge Catalog](https://github.com/GoogleCloudPlatform/knowledge-catalog/)
## Bundle Structure
This wiki follows the [Open Knowledge Format](https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf).
```
chimera-wiki/
โโโ index.md # Root directory listing
โโโ log.md # Update history
โโโ concepts/
โ โโโ index.md # Concepts directory listing
โ โโโ getting-started.md
โ โโโ ai-writing-guide.md
โ โโโ p2p-sync.md
โ โโโ mining-setup.md
โโโ reference/
โโโ index.md # Reference directory listing
โโโ markdown-syntax.md
```
#wiki #ai #okf
Frontmatter (OKF)
id: index
title: Welcome to Chimera
tags: wiki, ai, okf
Welcome to Chimera
This is your personal wiki powered by local AI inference.
Getting Started
- Use the AI Writer panel to generate content
- Edit markdown directly in the editor
- Preview renders your markdown in real-time
Example
// Generated by AI
console.log("Hello, wiki!");
"Knowledge is power."
Related
Bundle Structure
chimera-wiki/
โโโ index.md
โโโ log.md
โโโ concepts/
โ โโโ index.md
โ โโโ getting-started.md
โ โโโ ai-writing-guide.md
โ โโโ p2p-sync.md
โ โโโ mining-setup.md
โโโ reference/
โโโ index.md
โโโ markdown-syntax.md
Contents
Frontmatter
Welcome to Chimera
Getting Started
Example
Related
Bundle Structure