awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rksm avatar

rksm/org-ai

0
View on GitHub↗
818 stars·64 forks·Emacs Lisp·GPL-3.0·10 views

Org Ai

Emacs as your personal AI assistant. Use LLMs such as ChatGPT or LLaMA for text generation or DALL-E and Stable Diffusion for image generation. Also supports speech input / output.

Features

  • Editor Integration Plugins - Enables LLM interaction within Emacs Org mode.
  • Platform Integrations - Integrates AI capabilities into Emacs org-mode.
  • Integrations - AI integration for Emacs org-mode.
  • Editor Plugins - Org-mode integration for chat, image generation, and speech processing.

Star history

Star history chart for rksm/org-aiStar history chart for rksm/org-ai

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Org Ai

These projects share indexed features with Org Ai. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cesarhuret/docgptcesarhuret avatar

    cesarhuret/docGPT

    672View on GitHub↗

    ChatGPT directly within Google Docs as an Editor Add-on 📑

    JavaScript
    View on GitHub↗672
  • jackmort/chatgpt.nvimjackMort avatar

    jackMort/ChatGPT.nvim

    4,005View on GitHub↗

    ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing, and fixing code snippets. It functions as a custom prompt automation tool and a markdown renderer, allowing users to interact with language models directly within the editor. The project distinguishes itself through a framework for defining reusable AI personas and automated text processing tasks using system prompts and templates. It includes a specialized rendering system that transforms responses into styled markdown with foldable code blocks. The plugin covers interactive

    Lua
    View on GitHub↗4,005
  • abielzulio/chatgpt-raycastabielzulio avatar

    abielzulio/chatgpt-raycast

    615View on GitHub↗

    ChatGPT raycast extension

    TypeScript
    View on GitHub↗615
  • mpociot/chatgpt-vscodempociot avatar

    mpociot/chatgpt-vscode

    4,941View on GitHub↗

    This project is an AI assistant for Visual Studio Code that utilizes a large language model to generate code and answer programming queries. It functions as a code generator and assistant, enabling the insertion of AI-generated snippets directly into active source files and providing a conversational interface via a side panel chat. The extension facilitates structural refactoring, optimization, and debugging of selected code blocks through natural language prompts. It also generates natural language explanations and technical documentation for complex code segments without requiring the user

    TypeScript
    View on GitHub↗4,941
Compare all 30 related projects→

Frequently asked questions

What does rksm/org-ai do?

Emacs as your personal AI assistant. Use LLMs such as ChatGPT or LLaMA for text generation or DALL-E and Stable Diffusion for image generation. Also supports speech input / output.

What are the main features of rksm/org-ai?

The main features of rksm/org-ai are: Editor Integration Plugins, Platform Integrations, Integrations, Editor Plugins.

Which projects share features with rksm/org-ai?

Projects with overlapping indexed features include: jackmort/chatgpt.nvim — ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing,… mpociot/chatgpt-vscode — This project is an AI assistant for Visual Studio Code that utilizes a large language model to generate code and… abielzulio/chatgpt-raycast — ChatGPT raycast extension. cesarhuret/docgpt — ChatGPT directly within Google Docs as an Editor Add-on 📑. zgsm-ai/costrict — Costrict is an AI software engineering agent and coding assistant designed for enterprise-grade development. It… briansunter/logseq-plugin-gpt3-openai.