
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
gortex-cli
Advanced tools
Interactive CLI with tabbed interface and AI integration: complete Git workflow with intelligent conventional commit generation
CLI for building reliable, assisted, and auditable conventional commits.
Gortex CLI makes the commit phase as rigorous as the implementation phase.
The outcome is short, precise, review-friendly commits without leaving the terminal.
a, i).gortexrc configuration (Cosmiconfig) to tune AI providers, conventions, and git preferences| Layer | Role | Key tech |
|---|---|---|
| Domain | Entities, value objects, contracts | TypeScript |
| Application | Use cases and orchestration | Services, DTOs, validation |
| Infrastructure | Git, AI providers, DI | simple-git, Ollama/OpenAI/Mistral adapters |
| Presentation | CLI interface | Ink, Commander, React components |
Reference points:
docs/ARCHITECTURE.md# npm
npm install -g gortex-cli
# pnpm (recommended)
pnpm add -g gortex-cli
# yarn
yarn global add gortex-cli
# bun
bun add -g gortex-cli
# try without installing
npx gortex-cli
Run inside a Git repository:
gortex
The guided flow covers:
Helpful commands:
gortex --help
gortex help-format
curl -fsSL https://ollama.com/install.sh | sh
ollama pull magistral:24b
ollama serve # http://localhost:11434
Recommended model: Magistral 24B
Magistral is Mistral AI's first reasoning-focused model, specifically designed for multi-step logic and Chain-of-Thought reasoning. It excels at GORTEX CLI's core workflow:
Alternative models:
magistral:24b – Code-focused model (good for understanding diffs, but slower at reasoning)phi:2.7b – Lightweight for resource-constrained laptopsmistral-nemo:12b – Balanced option for mid-range hardwareTips:
ollama serve running to avoid repeated cold startstemperature: 0.4 for reasoning tasks (already configured in defaults).gortexrc for Chain-of-Thought reasoning| Type | Purpose |
|---|---|
feat | new feature |
fix | bug fix |
docs | documentation |
style | formatting / non-functional |
refactor | internal restructuring |
perf | performance |
test | tests |
build | build/package |
ci | continuous integration |
chore | maintenance |
Examples:
feat(auth): add OAuth2 authentication
fix(api): resolve timeout on large requests
docs(readme): update installation instructions
refactor(core): simplify error handling
Breaking change:
feat(api)!: change authentication method
BREAKING CHANGE: Previous auth tokens are now invalid
pnpm install, pnpm devpnpm test, pnpm typecheck, pnpm lint before submittingAdditional docs:
CONTRIBUTING.mddocs/ARCHITECTURE.mddocs/USE_CASES.mddocs/MIGRATION_GUIDE.mdRepository overview:
gortex-cli/
├── src/
│ ├── domain/
│ ├── application/
│ ├── infrastructure/
│ ├── components/
│ └── commands/
├── docs/
└── __tests__/
MIT © Arthur Jean
FAQs
Interactive CLI with tabbed interface and AI integration: complete Git workflow with intelligent conventional commit generation
The npm package gortex-cli receives a total of 10 weekly downloads. As such, gortex-cli popularity was classified as not popular.
We found that gortex-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.