
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@dexlyai/dexly
Advanced tools
Dexly Companion is the local native-messaging bridge that connects the Dexly Chrome extension to a local Codex app-server on macOS, Windows, and Linux.
Dexly Companion is the local native-messaging bridge that connects the Dexly Chrome extension to a local Codex app-server on macOS, Windows, and Linux.
The public npm install flow is cross-platform. Repo-local development helper scripts remain POSIX-oriented for now.
npx -y @dexlyai/dexly install
npx -y @dexlyai/dexly doctor
Alternative global install:
npm i -g @dexlyai/dexly
dexly install
npx -y @dexlyai/dexly upgrade
From the companion repo:
npm run release:set-version -- 0.1.1
npm run publish:npm:latest
Other channels:
npm run publish:npm:beta
npm run publish:npm:canary
Release policy and the publishable companion version are maintained from one manifest:
Sync derived files without changing the version:
npm run release:sync
npm run release:set-version -- <semver> updates the manifest version and syncs the derived files. Review minimumVersion and recommendedVersion in the same manifest before publishing if the rollout policy should change with that release.
install: install or repair the companion, launcher, and Chrome native-host manifestdoctor: verify the install layout, launcher, manifest, and local Codex availabilityupgrade: install a newer companion version and repoint the active installrollback: reactivate the previous known-good companion versioninstall-codex: install Codex through npm using the companion's captured tool pathshost: run the native host on stdin/stdoutversion: print the companion package versionDexly Companion does not silently install Codex during companion install. If Codex is missing, Dexly prompts from the extension after companion health succeeds.
Manual Codex install:
npm install -g @openai/codex
OpenAI Codex CLI docs: https://help.openai.com/en/articles/11096431-openai-codex-ci-getting-started
FAQs
Dexly Companion is the local native-messaging bridge that connects the Dexly Chrome extension to a local Codex app-server on macOS, Windows, and Linux.
We found that @dexlyai/dexly 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.