Skip to content

Synex is a premium, cross-platform AI CLI for developers, featuring a full-screen welcome UI, interactive login, and scalable TypeScript architecture.

Notifications You must be signed in to change notification settings

AnkanMisra/Synex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2025-08-11 at 21 57 08

Didnt had time to make the readme will do this shit later on

currently phase 2

but if you wana run ts:

Clone the repo if you cant do that go fuck yourself

Universal CMD:

pnpm install
pnpm build
node bin/synex.js

run the fucking backend by yourself

pnpm run dev

run the fucking frontend by yourself

pnpm run dev

or if ur fucking stuck

synex --help

Notes

  • macOS & Linux:

    • Run these commands in your terminal (Terminal, iTerm2, GNOME Terminal, etc.).
    • To run as a global CLI, use:
      pnpm link
      synex
  • Windows:

    • Run these commands in Command Prompt, PowerShell, or Windows Terminal.
    • If you see 'pnpm' is not recognized, install pnpm globally:
      npm install -g pnpm
    • If you see 'node' is not recognized, install node globally:
      # Node.js should be installed from nodejs.org, not via npm
    • If you see 'chmod' is not recognized, install chmod globally:
      # chmod is a system command, not an npm package
    • If you see 'synex' is not recognized, install synex globally:
      pnpm link
    • If you see 'synex' is not recognized, install synex globally:
      pnpm link
    • To run as a global CLI:
      pnpm link
      synex
  • Shebang Compatibility:

    • If you want to run bin/synex.js directly (e.g., ./bin/synex.js), make sure it starts with:
      #!/usr/bin/env node
    • On macOS/Linux, make it executable:
      chmod +x bin/synex.js
      ./bin/synex.js
    • On Windows, use: node bin/synex.js

About

Synex is a premium, cross-platform AI CLI for developers, featuring a full-screen welcome UI, interactive login, and scalable TypeScript architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published