Skip to content

v1.0.0-beta

Pre-release
Pre-release

Choose a tag to compare

@sanjay-senthilkumar01 sanjay-senthilkumar01 released this 11 Aug 06:06

Neural Inverse CLI v1.0.0-beta

Neural Inverse is a BYOLLM AI coding assistant for your terminal. Bring your own API key from any provider — OpenAI, Anthropic, AWS Bedrock, Gemini, Groq, and more.


What's in this release

AI Coding Assistant

  • Full conversational AI in your terminal — edit files, run commands, search codebases
  • Works with any LLM provider — OpenAI, Anthropic, AWS Bedrock, Google Gemini, Groq, Mistral, DeepSeek, and 15+ more
  • API keys stored securely in OS keychain (macOS Keychain, Windows DPAPI, Linux libsecret)

Neural Inverse Cloud

  • neuralinverse login — connect to Neural Inverse Cloud
  • neuralinverse ssh <workspace> — open a cloud workspace in your local terminal
  • Free models auto-configure inside Neural Inverse Cloud workspaces

Computer Use

  • AI can control your screen — screenshot, click, type, scroll (macOS)
  • Full MCP server for browser and app automation

Sandbox

  • Command execution sandboxed via macOS Seatbelt or Linux bwrap
  • Enable with /sandbox

Install

macOS Apple Silicon

curl -L https://github.com/NeuralInverse/neuralinverse/releases/download/v1.0.0-beta/neuralinverse-darwin-arm64 -o neuralinverse
chmod +x neuralinverse && sudo mv neuralinverse /usr/local/bin/

macOS Intel

curl -L https://github.com/NeuralInverse/neuralinverse/releases/download/v1.0.0-beta/neuralinverse-darwin-x64 -o neuralinverse
chmod +x neuralinverse && sudo mv neuralinverse /usr/local/bin/

Linux x64

curl -L https://github.com/NeuralInverse/neuralinverse/releases/download/v1.0.0-beta/neuralinverse-linux-x64 -o neuralinverse
chmod +x neuralinverse && sudo mv neuralinverse /usr/local/bin/

Linux ARM64

curl -L https://github.com/NeuralInverse/neuralinverse/releases/download/v1.0.0-beta/neuralinverse-linux-arm64 -o neuralinverse
chmod +x neuralinverse && sudo mv neuralinverse /usr/local/bin/

Windows x64

curl -L https://github.com/NeuralInverse/neuralinverse/releases/download/v1.0.0-beta/neuralinverse-windows-x64.exe -o neuralinverse.exe
move neuralinverse.exe C:\Windows\System32\neuralinverse.exe