EveryDev.ai
Subscribe
Home
Tools

3,145+ 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. Nobie CLI
    Nobie CLI icon

    Nobie CLI

    Command Line Assistants
    Featured

    A headless, pipeable CLI tool that brings full Excel compatibility to agents and machines, enabling formula computation, cell manipulation, PNG rendering, and PDF export from the command line.

    Visit Website

    At a Glance

    Pricing
    Free

    Full CLI access for everything you can do with Excel or Google Sheets, free forever.

    Engagement

    Available On

    Windows
    macOS
    Web
    API
    CLI

    Resources

    WebsiteDocsllms.txt

    Topics

    Command Line AssistantsAutonomous SystemsData Processing

    Alternatives

    RMUXCLI-AnythingFluegel
    Developer
    Nobie, Inc.San Francisco, CAEst. 2024

    Listed Jul 2026

    About Nobie CLI

    Nobie CLI is a command-line tool built by Nobie, Inc. that gives agents, scripts, and pipelines full Excel-compatible spreadsheet capabilities without a GUI. Currently in beta and available for Mac, it lets shell scripts and AI agents read, write, compute, and render .xlsx files using the same formula engine that powers the Nobie desktop app.

    What It Is

    Nobie CLI is a headless spreadsheet engine exposed as a Unix-style command-line tool. It follows a consistent nobie <noun> <verb> <target> [selector] [flags] grammar, making it composable with standard Unix tools like jq, awk, curl, and sqlite. The core value proposition is that every Excel formula — including =PMT(…), =XLOOKUP(…), and others — is actually computed, not approximated, because the CLI runs the same engine as the desktop app.

    How the Command Grammar Works

    The CLI is organized around nouns and verbs, so learning the pattern once unlocks the entire surface area:

    • workbook — create, open, close, inspect, undo, print to PDF
    • sheet — add, rename, delete, list
    • cell — set and read individual cells (with formula evaluation)
    • range — read, clear, paste, copy, cut, render to PNG
    • style — set and read effective styles (bold, fill color, font color)
    • calc — trigger recalculation or change calc mode
    • session — manage a local background daemon for back-to-back edits
    • script — run a readable spreadsheet program in one transaction
    • serve — expose a workbook's defined-name cells as an HTTP API

    Cell selectors support both A1 and absolute R1C1 notation (auto-detected), and sheet-qualified references like Sheet1!A1:C9 work throughout.

    Spreadsheet-as-API via nobie serve

    One of the more distinctive capabilities is nobie serve, which turns a workbook into a live HTTP microservice. Cells named with the NOBIE_API__<route>__INPUT__<field> and NOBIE_API__<route>__OUTPUT__<field> convention become JSON endpoints automatically — no handler code required. Each request gets an isolated replica of the workbook, applies inputs, recalculates, reads outputs, and restores the replica, so concurrent callers never see each other's state and the file on disk is never modified. The server binds to 127.0.0.1:8000 by default with configurable --bind and --replicas flags.

    Designed for Agents and Automation

    The tool is explicitly positioned for AI agents and machine workflows. The homepage states that "every agent now speaks xlsx," and the CLI's stdin/stdout design means it integrates naturally into agent pipelines alongside curl, sqlite, and other tools. Documented use cases include:

    • CSV → formula-driven workbook in a single pipe
    • Nightly PDF reports via cron
    • Rendering dashboard tiles to Slack
    • Running Monte Carlo simulations on a model
    • CI spec gates that block broken formulas
    • Git diff for spreadsheets via git textconv
    • Bulk-processing a directory tree of workbooks
    • Pre-commit hooks that validate formula correctness

    Current Status

    Nobie CLI is currently in beta. The install path is a curl-pipe-sh script (curl https://nobie.com/install.sh | sh), and the tool includes a self-update command (nobie update). The CLI page notes that Mac is required to download, consistent with the desktop app's Mac-only availability. The nobie --help, nobie <noun> --help, and nobie <noun> <verb> --help commands are described as never going stale, signaling an emphasis on documentation accuracy as the surface area grows. Nobie, Inc. is headquartered across San Francisco, London, and Toronto and describes itself as independent from and not affiliated with Microsoft or Excel.

    Nobie CLI - 1

    Community Discussions

    Be the first to start a conversation about Nobie CLI

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

    Pricing

    FREE

    Free

    Full CLI access for everything you can do with Excel or Google Sheets, free forever.

    • Full Excel formula computation
    • Headless PNG rendering
    • PDF export
    • nobie serve HTTP API
    • Session daemon

    Capabilities

    Key Features

    • Full Excel formula computation (PMT, XLOOKUP, and more)
    • Headless PNG range rendering
    • Whole-workbook PDF export
    • Spreadsheet-as-HTTP-API via nobie serve
    • stdin/stdout pipeable design
    • A1 and R1C1 cell reference support
    • Background session daemon for back-to-back edits
    • Script mode for batch cell operations in one transaction
    • Git-compatible spreadsheet diffing
    • Self-update via nobie update
    • Isolated replica model for concurrent API requests
    • Style manipulation (bold, fill, font color)

    Integrations

    jq
    awk
    curl
    sqlite
    Slack
    cron
    git
    fzf
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Nobie, Inc.

    Nobie builds Excel-compatible spreadsheet tools for Mac, including a desktop app and a headless CLI for agents and automation pipelines. The company focuses on pixel-perfect formula fidelity, local-only data processing, and AI-first workflows that support Claude, Codex, and Gemini. Nobie operates independently of Microsoft and is headquartered across San Francisco, London, and Toronto.

    Founded 2024
    San Francisco, CA
    50 employees

    Used by

    Finance teams
    FinOps teams
    Read more about Nobie, Inc.
    WebsiteLinkedIn
    1 tool in directory

    Similar Tools

    RMUX icon

    RMUX

    A universal Rust terminal multiplexer with a tmux-compatible CLI, daemon-backed SDK, and native Ratatui integration — built for agentic and headless terminal automation.

    CLI-Anything icon

    CLI-Anything

    An open-source framework that auto-generates agent-native CLI harnesses for any software, making any application controllable by AI agents through structured command-line interfaces.

    Fluegel icon

    Fluegel

    A macOS menu bar app that lets automation agents run approved CLI tools through a GUI process that owns macOS privacy permissions.

    Browse all tools

    Related Topics

    Command Line Assistants

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

    182 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    329 tools

    Data Processing

    AI-enhanced ETL (Extract, Transform, Load) tools and data pipelines that automate the processing, cleaning, and transformation of large datasets with intelligent optimizations.

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