
Research
Malicious Go “crypto” Module Steals Passwords and Deploys Rekoobe Backdoor
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.
@dadigua/hyperchat-core
Advanced tools
HyperChat Core - Node.js backend and shared functionality
🌟 Next Generation AI Workspace - An intelligent collaboration platform based on the workspace concept and MCP ecosystem
HyperChat 2.0 is a revolutionary multi-platform AI workspace designed with the core concept of Workspace, fully supporting the MCP (Model Context Protocol) ecosystem, allowing AI to deeply integrate with your projects to create a truly intelligent development and working environment.
HyperChat 1.0 is a completely manually coded project, currently migrating to version 2.0.
HyperChat 2.0 invites everyone to Vibe Coding, and encourages the use of AI tools like Claude Code and GitHub Copilot for development. Here is the project introduction:
HyperChat 2.0 centers around the Workspace, closely integrating AI capabilities with your projects:
.hyperchat/ configuration directoryAs a complete implementation of the MCP protocol, HyperChat has built a robust tools ecosystem:
npx -y @dadigua/hyper-chat
Default access: http://localhost:16100/123456/ (Password: 123456)
docker pull dadigua/hyperchat-mini:latest
HyperChat/
├── packages/
│ ├── core/ # Node.js core service layer
│ │ ├── src/shared/ # Shared code between front-end and back-end
│ │ ├── src/workspace/ # Workspace management system
│ │ ├── src/mcp/ # MCP service implementation
│ │ └── src/rag/ # Knowledge base RAG system
│ ├── web/ # React Web front-end
│ ├── electron/ # Electron desktop application
│ └── cli/ # Command line interface
└── docs/ # Complete documentation
Project Directory/
├── .hyperchat/
│ ├── workspace.json # Workspace configuration
│ ├── mcp.json # MCP service configuration
│ ├── ai_models.json # AI model configuration
│ └── agents/ # Agent configurations and chat logs
│ ├── agent-name/
│ │ ├── agent.yaml # Agent configuration
│ │ ├── memory.md # Agent memory
│ │ └── chatlogs/ # Chat logs
│ └── ...
└── Global Workspace: ~/Documents/HyperChat/.hyperchat/
packages/core/src/command.mts handles front-end and back-end communicationpackages/core/src/shared/ai.mts unifies AI model callspackages/core/src/workspace/ provides workspace lifecycle managementpackages/core/src/mcp/ implements complete MCP protocol support| Model Provider | Recommendation | Special Features |
|---|---|---|
| Claude | ⭐⭐⭐⭐⭐⭐ | Best code understanding and generation |
| OpenAI | ⭐⭐⭐⭐⭐ | Perfect Function Calling support |
| Gemini Flash 2.5 | ⭐⭐⭐⭐⭐ | High-performance inference |
| Qwen | ⭐⭐⭐⭐ | Excellent performance in Chinese scenarios |
| Deepseek | ⭐⭐⭐⭐ | Expertise in code generation |
| Doubao | ⭐⭐⭐ | Good stability |
Make sure your system has installed:
# macOS
brew install uv
# Windows
winget install --id=astral-sh.uv -e
# macOS
brew install node
# Windows
winget install OpenJS.NodeJS.LTS
# Clone the project
git clone https://github.com/BigSweetPotatoStudio/HyperChat.git
cd HyperChat
# Install dependencies
npm install
cd packages/electron && npm install
cd packages/web && npm install
cd ../..
# Start the development server
npm run dev
HyperChat 2.0 itself is the best practice for AI Collaborative Development:
Recommended development toolchain:

This project is for learning and communication purposes only. Any actions taken using this project (such as crawling behaviors, etc.) are not related to the project developers.
This project is under an open-source license, please refer to the LICENSE file for details.
✨ HyperChat 2.0 - Redefining AI workspaces, making intelligent collaboration a reality ✨
FAQs
HyperChat Core - Node.js backend and shared functionality
The npm package @dadigua/hyperchat-core receives a total of 0 weekly downloads. As such, @dadigua/hyperchat-core popularity was classified as not popular.
We found that @dadigua/hyperchat-core 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.

Research
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.