EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Lunar
    Lunar icon

    Lunar

    Agent Harness

    A Lua-scriptable terminal coding harness that gives AI models four core tools—read, write, edit, and bash—without imposing a workflow.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Install via Homebrew or Cargo.

    Engagement

    Available On

    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessAI Coding AssistantsCommand Line Assistants

    Alternatives

    Muse Codezotomp (oh-my-pi)
    Developer
    Guilherme SalazarGuilherme Salazar builds open-source developer tools, with L…

    Listed Aug 2026

    About Lunar

    Lunar is a terminal-based coding harness written in Rust and released under the MIT license by Guilherme Salazar. It connects to any OpenAI Chat Completions-compatible endpoint and exposes four primitive tools to the model—read, write, edit, and bash—letting the AI act on a codebase without prescribing a fixed workflow. The project is early-stage software targeting macOS and Linux.

    What It Is

    Lunar sits in the category of agent harnesses: minimal scaffolding that wires a language model to a local development environment. Rather than building opinionated workflows or multi-step pipelines, it hands the model a small, composable toolset and gets out of the way. The README describes it as "simple and fast like Pi, but using Lua for extensions," signaling a deliberate minimalism over feature richness.

    Core Tool Model

    The four tools Lunar exposes cover the essential file-system and shell operations a coding agent needs:

    • read – read file contents into context
    • write – write or create files
    • edit – make targeted edits to existing files
    • bash – execute shell commands

    This flat, four-tool surface area is intentional. The harness does not impose a planning loop, a task queue, or a memory layer—those concerns are left to the model or to future Lua extensions.

    Configuration and Provider Support

    Lunar supports any OpenAI Chat Completions-compatible endpoint via environment variables (LUNAR_API_KEY, LUNAR_BASE_URL, LUNAR_MODEL) for quick starts, or a persistent ~/.lunar/init.lua file for full configuration. The Lua config lets users define named models, providers, context window sizes, and API types (Completions, Responses, or Messages). The /login TUI command supports xAI device-code auth or masked API key storage; /logout removes stored credentials. The README notes that Completions and Responses APIs currently send; Messages support is planned.

    Mission and Context System

    Lunar organizes work into "missions." The -c flag continues the latest mission for the current directory, -m opens the mission log, and passing a date (e.g., lunar -m 2026-08-19) opens that day's log. Lunar automatically includes AGENTS.md, CONTEXT.md, and skill summaries from .agents/skills/*/SKILL.md in its context window, giving teams a lightweight convention for injecting project-specific instructions.

    Lua Extension Architecture

    Lua extensions are planned but not yet implemented. The README shows a forward-looking API example where the local bash tool could be replaced with execution inside a remote Runta runtime, illustrating the intended extensibility model. This design means the harness itself stays small while power users can swap or augment tools via scripts.

    Current Status

    Lunar is explicitly described in the README as "early software for macOS and Linux." The repository was created on 2026-08-19 and last pushed on 2026-08-22, making it a very new project. Lua extensions are not yet implemented. The project has 10 stars and 0 forks at the time of indexing. Installation is available via Homebrew (brew install --HEAD gszr/taps/lunar) or Cargo (cargo install --git https://github.com/gszr/lunar).

    Lunar - 1

    Community Discussions

    Be the first to start a conversation about Lunar

    Share your experience with Lunar, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Install via Homebrew or Cargo.

    • MIT licensed
    • Terminal coding harness
    • Four AI tools: read, write, edit, bash
    • Lua configuration
    • Mission log system

    Capabilities

    Key Features

    • Terminal-based coding harness
    • Four core AI tools: read, write, edit, bash
    • Any OpenAI Chat Completions-compatible endpoint support
    • Lua-based configuration and planned extensions
    • Mission log system with date-based navigation
    • Auto-includes AGENTS.md, CONTEXT.md, and skill summaries in context
    • TUI /login with xAI device-code auth or masked API key
    • Homebrew and Cargo installation
    • macOS and Linux support
    • MIT licensed open source

    Integrations

    xAI (Grok)
    OpenAI Chat Completions API
    Runta (planned)
    Homebrew
    Cargo
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Lunar and help others make informed decisions.

    Developer

    Guilherme Salazar

    Guilherme Salazar builds open-source developer tools, with Lunar being a Lua-scriptable terminal coding harness written in Rust. The project focuses on minimal, composable AI-to-filesystem tooling without imposing opinionated workflows. Lunar is released under the MIT license and targets macOS and Linux developers.

    Read more about Guilherme Salazar
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Muse Code icon

    Muse Code

    Meta's beta terminal coding agent for long-horizon work across large repositories. Runs parallel subagents in isolated git worktrees, records every step to a replay-exact local event log, and is powered by the co-trained Muse Spark 1.2 model.

    zot icon

    zot

    A lightweight, single-binary terminal coding agent harness written in Go that supports 25+ LLM providers, four built-in tools, and multiple run modes.

    omp (oh-my-pi) icon

    omp (oh-my-pi)

    A terminal-based AI coding agent with IDE-grade tooling: hash-anchored edits, LSP, DAP debugger, subagents, browser automation, and 40+ model providers.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    153 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    788 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    226 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions