❌ No more manual event or deadline entries!
Simply take a screenshot with CeLens, and it will automatically add the event to your calendar 🚀
Powered by 👀 Vision Language Models
Join the discord server for release, updates, support, and more!
- 🔮 Intelligent extraction & summary by Vision LLM
- ✂️ Take screenshot anywhere with global shortcut
- 🔗 Show links to mainstream calendars
- ⚡ Add many events at once!
-
$\int$ Google calendar API integration - 💾 Download ICS
- ☁️ Officially hosted server
- MacOS
- Windows: 👀 coming soon
- Web: 👀 coming soon
- Linux: 🐧 contribution welcomed
- Mobile: 🌝 possible future
Before the release of the officially hosted version, you will need to provide your own OpenAI API key, which will be stored locally in the app's config directory. Note: tier 1 is required to access gpt-4o.
After that, just press the shortcut to take screenshots!
Warning
Currently, the API key is stored as plain text in a config.json file. This is fine for usage on a private computer, but may cause the key to be leaked if others have access to the file.
To build CeLens from source, follow these steps:
-
Clone the repository:
git clone https://github.com/Cy-47/CaLens.git
-
Install dependencies
cd CaLens/Core pnpm install cd ../Desktop pnpm install
-
Build and run the application
Use one of the following commands:
# For development pnpm tauri dev # For production build pnpm tauri build
Welcome!
- TypeScript
- Tauri
- SvelteKit & Vite
- OpenAI API
- Flowbite Svelte
- TailwindCSS
Core
- Event parsing, inference
Desktop
- Desktop App