
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Build, deploy, and experience interactive 3D virtual worlds
Hyperfy is an open-source framework for building interactive 3D virtual worlds. It combines a powerful physics engine, networked real-time collaboration, and a component-based application system to create immersive experiences that can be self-hosted or connected to the wider Hyperfy ecosystem.
# Clone the repository
git clone https://github.com/hyperfy-xyz/hyperfy.git my-world
cd my-world
# Copy example environment settings
cp .env.example .env
# Install dependencies
npm install
# Start the development server
npm run dev
For containerized deployment, check DOCKER.md for detailed instructions.
docs/ - Documentation and references
src/
client/ - Client-side code and components
core/ - Core systems (physics, networking, entities)
server/ - Server implementation
CHANGELOG.md - Version history and changes
# Development mode
npm run dev
# Production build
npm run build
npm start
# Clean orphaned assets (experimental)
npm run world:clean
# Viewer only (development)
npm run viewer:dev
# Client only (development)
npm run client:dev
# Linting
npm run lint
npm run lint:fix
Contributions are welcome! Please check out our contributing guidelines and code of conduct before getting started.
git checkout -b feature/amazing-featuregit commit -m 'Add amazing feature'git push origin feature/amazing-featureThis project is still in alpha as we transition all of our reference platform code into fully self hostable worlds. Most features are already here in this repo but still need to be connected up to work with self hosting in mind. Note that APIs are highly likely to change during this time.
FAQs
Build, deploy, and experience interactive 3D virtual worlds
The npm package hypkg receives a total of 14 weekly downloads. As such, hypkg popularity was classified as not popular.
We found that hypkg 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.