
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
BirdEye is a cross-platform desktop AI assistant that works entirely offline by default, supporting code analysis, multiple-choice question solving, and general Q&A through screenshots and voice input.
# Clone the repository
git clone https://github.com/your-repo/bird-eye
cd bird-eye
# Install dependencies
npm install
# Start development server
npm run dev
# Build the application
npm run build
# This creates installers in the dist/ directory:
# - Windows: BirdEye Setup.exe
# - macOS: BirdEye.dmg
# - Linux: BirdEye.AppImage
Ctrl+Shift+S - Capture screenshot for analysisCtrl+Shift+V - Start/stop voice inputCtrl+Shift+O - Toggle overlay modeCtrl+Shift+B - Focus BirdEye windowPerfect for developers who need quick code reviews or explanations:
Ideal for students taking online quizzes:
General-purpose Q&A and summarization:
BirdEye is built with privacy-first principles:
BirdEye supports multiple AI providers:
Local Models (via Ollama):
Cloud Models (opt-in only):
Local models are stored in:
%APPDATA%\BirdEye\models\~/Library/Application Support/BirdEye/models/~/.config/BirdEye/models/src/
├── main/ # Electron main process
│ ├── main.js # Application entry point
│ └── preload.js # Secure IPC bridge
├── renderer/ # React frontend
│ ├── components/ # UI components
│ ├── contexts/ # React contexts
│ └── main.jsx # React entry point
└── shared/ # Shared utilities
MainInterface - Primary desktop interfaceOverlayInterface - Floating overlay windowChatInterface - Message display and inputBirdEyeContext - Global state managementPrivacyContext - Privacy controls and audit loggingAll components follow accessibility best practices:
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)MIT License - see LICENSE file for details.
Note: BirdEye is designed for productivity and learning. It includes no stealth or anti-detection features and should not be used to circumvent academic integrity policies or monitoring systems.
FAQs
Privacy-first AI assistant with screenshot, voice, and text input capabilities
We found that birdeye 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.