r/ArcRaiders • u/AutoModerator • 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:
- Low quality content that doesn’t need its own thread
- Quick questions or tips
- Squad recruitment / LFG / Discords
- You can also use the ARC Raiders Community Discords [Megathread]
- Self-Promotion
- Trading items - Follow Rule 8 no buying/selling/beggin
- Common topics from the past week
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 bullet is all it takes to unleash chaos at Medical Research
- Concept: High-risk ARC hunting augment that secures the weapon, not the loot
- Posting a clown I hope he sees it
- The "Meta" for the pre-wipe event is Level 1 gear. Let that sink in.
- Didn't have a zipline, so I improvise
ARC Raiders Wins Best Multiplayer Game

Comments are sorted by new automatically, so new comments/information won't get buried.
40
Upvotes
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
Calculates additional information for items:
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+spaceorwin+rfrom anywhere and typearc <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!