Skip to content
 
 

Latest commit

 

History

1,636 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README banner

Hyprnote (Public Beta)

AI notepad for meetings. Local-first & Extensible.

Discord X

Introduction

What does Hyprnote do?

  • Records and transcribes your meetings
  • Generates powerful summaries from your raw meeting notes

What’s special about it?

  • Works offline using open-source models (Whisper & Llama)
  • Highly extensible, powered by plugins

Installation

brew tap fastrepl/hyprnote && brew install hyprnote --cask

Highlights

Hypercharge your notes

Casually jot stuff down and Hyprnote will craft a meeting note based on your memos.

Offline & Privacy

Hyprnote is local-first which means you can be off the grid and it's perfectly fine.

Extensions & Plugins

Just like VSCode, You can add or create extensions based on your circumstances.



For example, transcript extension is powered by listener plugin.

useEffect(() => {
  const channel = new Channel<SessionEvent>();
  listenerCommands.subscribe(channel);

  channel.onmessage = (e) => {
    if (e.type === "started") {
      setIsLive(true);
    }
    if (e.type === "stopped") {
      setIsLive(false);
    }
  };

  return () => {
    listenerCommands.unsubscribe(channel);
  };
}, []);

About

AI Notepad for back-to-back meetings. Local-first & Extensible.

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages