ar-js-org/ar.js

Image tracking, Location Based AR, Marker tracking. All on the Web.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 57 minutes ago
Added to GitGenius on September 11th, 2026
Created on February 28th, 2020
Open Issues & Pull Requests: 243 (+0)
GitHub issues: Enabled
Number of forks: 1,003
Total Stargazers: 5,988 (+0)
Total Subscribers: 150 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.5 hours
Mean response time: 55.4 days
90th percentile: 130.6 days
Tracked items: 58

How this project is maintained

84% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 50% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 37
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 1,143 days
Stale 30+ days: 36
Stale 90+ days: 35

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (11)
  • enhancement (7)
  • question (7)
  • nft (6)
  • location based (4)
  • ES6 module (3)
  • dependencies (3)
  • documentation (2)

Most active issues this week

Detailed Description

AR.js is a lightweight JavaScript library for building augmented reality experiences on the web. It provides image tracking, location-based AR, and marker tracking capabilities, all executable directly in web browsers without requiring native app installation.

The library addresses the challenge of bringing AR functionality to web platforms by offering three distinct tracking modes. Image tracking allows users to point their camera at reference images to trigger AR content. Location-based AR uses GPS coordinates to place virtual objects at specific geographic positions that remain anchored as the user moves and looks around. Marker tracking uses printed QR-code-like markers to trigger AR experiences. The tool integrates with A-Frame for simplified entity-component-based development and with Three.js for lower-level graphics control, offering multiple build variants so developers can import only the tracking features they need.

Developers should choose this tool if they need web-based AR without native app distribution overhead. It suits projects requiring any of its three tracking modes, particularly those already using A-Frame or Three.js. The README notes that for image tracking and face tracking specifically, MindAR offers an alternative with support for multiple simultaneous image targets. AR.js remains the only library providing both marker-based and location-based AR on the web. The project provides official documentation and multiple build options tailored to different use cases, from A-Frame builds combining image tracking with location features to Three.js builds offering various feature combinations.

The project maintains multiple build variants in parallel, each serving distinct feature combinations. Development activity shows ongoing maintenance of the documentation and examples, with an official documentation site and live examples demonstrating each tracking mode. The tool has transitioned through different maintainers and is now managed by the AR.js organization rather than individual contributors.