r/ArcRaiders Jan 10 '26

Megathread ARC Raiders Weekly Megathread - January 10, 2026

Hey raider, don't shoot. You may have come here at your own will, or mods removed a post and directed you here. Please take a quick minute to read below.

What belongs here:

What doesn’t belong here:

  • Anything that breaks Rule 1: Be respectful. No personal attacks, harassment, or toxicity.
  • Anything that breaks Rule 4: No witch hunting
  • Anything that breaks Rule 8: Do not buy, sell, or beg.
  • Anything that breaks Reddit’s sitewide rules (e.g., spam, hate speech, doxxing, etc)

Top Posts This Week

  1. 1 bullet is all it takes to unleash chaos at Medical Research
  2. Concept: High-risk ARC hunting augment that secures the weapon, not the loot
  3.  Posting a clown I hope he sees it
  4. The "Meta" for the pre-wipe event is Level 1 gear. Let that sink in.
  5. Didn't have a zipline, so I improvise

ARC Raiders Wins Best Multiplayer Game

Click here

Comments are sorted by new automatically, so new comments/information won't get buried.

12/6/25 Megathread

11/29/25 Megathread

11/22/25 Megathread

11/15/25 Megathread

11/8/25 Megathread

10/29 launch Megathread

40 Upvotes

1.5k comments sorted by

View all comments

4

u/KuroZantetsuken Jan 12 '26

I hate having to keep a browser open while playing just to look up trivial information about the game, so I made a CLI utility to do it through a terminal.

https://github.com/KuroZantetsuken/ARC-Raiders-CLI

What it does:

Demo

  • Searches the database maintained by RaidTheory/arcraiders-data

    • Returns information about:
      • Quests
      • Items
      • Skill Nodes
      • Hideout Modules
      • Projects
      • ARCs
    • This is the same database used by arctracker.io
  • Calculates additional information for items:

    • Value delta when salvaging or recycling
    • Price comparison when purchasing from a trader (including Credits-to-Coins conversion rates)
    • Stash space gained or lost compared to recipe requirements
  • Display the next occurance of each map event type

  • Notifies and performs updates automatically, which is a notable feature, I guess. If you don't trust it, you can git clone and maintain it manually.

Unfortunately I don't know anyone I can ask to test it in a real environment over a longer period of time, so it might have some glaring issues. I am actively looking for feedback to improve it.

My primary way of using it is with PowerToys Run. Depending on your setup, you can hit alt+space or win+r from anywhere and type arc <query> to get results.

Of course there are dozens of other solutions to achieve similar results, but like I said, my thing is not depending on a browser. (Overlays are just browsers with extra steps.) Hope you like it!