AI coding assistant for your terminal
Lynecode helps you work faster with any project, Build anything you imagine no mess, we’ve got your back. It’s free. Bring your own API key.
It's Free. So that you can build faster and ship faster.
def $NAME($$$): $_
Why Lynecode is different
Terminal first
Works with any language and any project folder. No registration, no IDE lock‑in.
Free to use
Bring your own API key. If your provider offers free credits (e.g., Gemini), Lynecode stays free.
Built‑in version safety
Automatic backups before changes so you can explore freely and recover when needed.
Attach context
Attach files and folders inline. Navigate, and keep attachments visible as you chat.
Your data stays local
No tracking or data sharing. Your code and history remain on your machine.
Built in India
Proudly crafted in India for developers everywhere.
Install
Python 3.9+ is recommended. Install from PyPI:
pip install lynecode
- Works on Windows, macOS, and Linux.
- No signup required. Use your own API keys.
- Optional extras available for analyzers.
What you get
- Fast terminal UI and chat workflow
- Project indexing
- Safe snapshots and quick restore
- Intelligent file edits and search
Quick start
Pick the one that fits how you use your terminal:
Option A • You are already inside the project folder
lynecode
Option B • Running from anywhere, just point Lynecode at a folder
lynecode "D:/projects/myrepo"
In‑app helpers
- Navigation menu:
/menu
- Help:
/help
- Switch conversations:
/chats
- Model settings:
/model
or/switch <model>
Bring your own keys
Supported providers: OpenAI (e.g., gpt‑4.1, gpt‑5), Google Gemini (e.g., gemini‑2.5), Azure OpenAI (your deployment name).
OpenAI
Enter API key in Model Settings.
Google Gemini
Supports flash/pro with optional thinking variants.
Azure OpenAI
Configure endpoint, version, and deployment name.
FAQ
Is Lynecode free to use?⌄
Yes. Lynecode is free. You bring your own API keys (OpenAI, Gemini, Azure OpenAI). If you have free credits, your cost is zero.
Do I need git for safety?⌄
No. Lynecode takes local safety snapshots before changes so you can view diffs and restore even without git.
Which models can I use?⌄
OpenAI (e.g., GPT‑4.1/5), Google Gemini (e.g., Gemini 2.5/Pro), and Azure OpenAI (your deployment). Switch at runtime.
Common issues & fixes⌄
- Terminal colors not showing? Lynecode falls back to plain text automatically.
- Verify API keys; placeholders are detected and blocked with helpful messages.
- Re-run with a specific folder if needed:
lynecode "D:/projects/myrepo"
How do I attach files or folders?⌄
Inside your message, add /file:<name_or_term>
or /folder:<name_or_term>
. Lynecode keeps attachments visible after responses.
Can I switch models on the fly?⌄
Yes. Use /model
to configure or /switch <model_name>
to change instantly.