diff --git a/README.md b/README.md index 0a9039c213..7c6dd1b82a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
Char - The AI notepad for private meetings
@@ -27,8 +27,8 @@ brew install --cask fastrepl/hyprnote/hyprnote@nightly ``` - [macOS](https://hyprnote.com/download) (public beta) -- [Windows](https://github.com/fastrepl/hyprnote/issues/66) (q1 2026) -- [Linux](https://github.com/fastrepl/hyprnote/issues/67) (q1 2026) +- [Windows](https://github.com/fastrepl/char/issues/66) (q1 2026) +- [Linux](https://github.com/fastrepl/char/issues/67) (q1 2026) ## Highlights @@ -72,7 +72,7 @@ Char plays nice with whatever stack you're running. Prefer a certain style? Choose from predefined templates like bullet points, agenda-based, or paragraph summary. Or create your own. -Check out our [template gallery](https://hyprnote.com/templates) and add your own [here](https://github.com/fastrepl/hyprnote/tree/main/apps/web/content/templates). +Check out our [template gallery](https://hyprnote.com/templates) and add your own [here](https://github.com/fastrepl/char/tree/main/apps/web/content/templates). ### AI Chat diff --git a/apps/api/src/openapi.rs b/apps/api/src/openapi.rs index d63ea4fb98..52d0bea2dd 100644 --- a/apps/api/src/openapi.rs +++ b/apps/api/src/openapi.rs @@ -9,7 +9,7 @@ use utoipa::{Modify, OpenApi}; #[derive(OpenApi)] #[openapi( info( - title = "Hyprnote AI API", + title = "Char AI API", version = "1.0.0", description = "AI services API for speech-to-text transcription, LLM chat completions, and subscription management" ), diff --git a/apps/desktop/flatpak/com.hyprnote.Hyprnote.desktop b/apps/desktop/flatpak/com.hyprnote.Hyprnote.desktop index d1b88fe418..a579226125 100644 --- a/apps/desktop/flatpak/com.hyprnote.Hyprnote.desktop +++ b/apps/desktop/flatpak/com.hyprnote.Hyprnote.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Name=Hyprnote +Name=Char GenericName=AI Meeting Notes Comment=The AI notepad for private meetings Exec=hyprnote %U diff --git a/apps/desktop/flatpak/com.hyprnote.Hyprnote.metainfo.xml b/apps/desktop/flatpak/com.hyprnote.Hyprnote.metainfo.xml index a543934dd5..1dc1827ece 100644 --- a/apps/desktop/flatpak/com.hyprnote.Hyprnote.metainfo.xml +++ b/apps/desktop/flatpak/com.hyprnote.Hyprnote.metainfo.xml @@ -2,7 +2,7 @@- Hyprnote is an AI notetaking app specifically designed to take meeting notes. - With Hyprnote, you can transcribe all kinds of meetings whether it be online or offline. + Char is an AI notetaking app specifically designed to take meeting notes. + With Char, you can transcribe all kinds of meetings whether it be online or offline.
Features:
+
Hyprnote AI
@@ -52,7 +52,7 @@ export function ChatBodyEmpty({
+
Hyprnote AI
diff --git a/apps/desktop/src/components/main/sidebar/toast/registry.tsx b/apps/desktop/src/components/main/sidebar/toast/registry.tsx
index 88388b028c..4162ba8178 100644
--- a/apps/desktop/src/components/main/sidebar/toast/registry.tsx
+++ b/apps/desktop/src/components/main/sidebar/toast/registry.tsx
@@ -140,7 +140,7 @@ export function createToastRegistry({
icon: (
),
@@ -162,7 +162,7 @@ export function createToastRegistry({
icon: (
),
diff --git a/apps/desktop/src/components/settings/ai/llm/configure.tsx b/apps/desktop/src/components/settings/ai/llm/configure.tsx
index 7cdc2f1428..7411b9940b 100644
--- a/apps/desktop/src/components/settings/ai/llm/configure.tsx
+++ b/apps/desktop/src/components/settings/ai/llm/configure.tsx
@@ -27,9 +27,7 @@ export function ConfigureProviders() {