Skip to content

Oganess is a free and open source Krunker client based off of "idkr" by Mixaz017. It is in early development and has not been released yet, the downloads are just the original "idkr" client.

License

Notifications You must be signed in to change notification settings

Astatine69420/Krunker-OganessClient

 
 

Repository files navigation

Oganess

Total downloads

This client aims to to be light on system resources and get you the most fps. DM me on discord with any questions or requests for the client @Eartingo_YT#4736

Supported Platforms

Platform File Type
Windows exe
macOS dmg
Linux AppImage

Links

idkr Discord server

https://discord.gg/wEZbFFX

Download

Latest release / changelog

Features

(W): Windows, (M): macOS, (L): Linux

  • Prompt window (used when importing settings) has a "Load File" button.
    • This button lets you select a file and load its contents directly without opening the file in an external editor and copy-pasting it.

Other features that have its settings are listed below.

Settings

  • Disable Frame Rate Limit *
  • Accelerated Canvas *
    • Only disable this if you have problems or performance issues with your GPU.
  • ANGLE Graphics Backend * (W)
    • Using "D3D9" may help with window capture.
    • Performance of the client can be affected by this option.
    • If you are experiencing problems like crashes, try using a different backend.
  • Color Profile *
  • In-Process GPU *
    • Enabling this may help with window capture.
  • Chromium Flags *
    • This setting could overwrite existing flags/settings such as force-color-profile (Color Profile setting).
  • Discord Rich Presence *
  • Auto Update Behavior
    • Setting this to "Download" is highly recommended since you won't have to worry about manually updating the client but other options are here in case you don't wish the automatic updates.
  • Resource Swapper Mode *
  • Resource Swapper Path
    • Defaults to <documents>/idkr/swap
  • Enable Userscripts *
    • Only use truly trusted scripts, they are more dangerous than web extensions. It can cause serious damage if used wrongly.
    • Example script
    • This is an experimental feature!
  • Userscripts Path
    • Defaults to <documents>/idkr/scripts

*: applies after restarting
<documents>: Your OS's document folder (%userprofile%/Documents in default Windows).

Keyboard Shortcuts

Most of "Control" key can be replaced by "Command" key in macOS.

Shortcut Action
Control + Shift + Delete Clear Cache and Restart
Escape Exit Pointer Lock
F5 Reload
Shift + F5 Force Reload
F6 (Game window) Navigate to Main Page (Seek Match)
F11 Toggle Full Screen
Control + Shift + I (WL)
Command + Option + I (M)
Toggle Developer Tools
Alt + Left (WL)
Command + Left (M)
Go Back
Alt + Right (WL)
Command + Right (M)
Go Forward
Control + F1 Reset Client Settings
Shift + F1 Open Settings File in an Editor
Control + L Copy Current URL
Control + N Open a Game Window
Control + Shift + N Duplicate Current Window
Control + Alt + R Restart

Current State

Looking for contributors!
Bug reports are welcomed via GitHub issues, or our Discord server.
Please include details about the bug and your platform in the bug report.

Running/Building From The Source Code

Pre-built releases are cool but you may want to use the latest features/bugfixes. This is a simple tutorial to get the source code, install dependencies, and run or build the client.

Requirements

Downloading The Source Code

If you use git (recommended):

# If it's your first time getting the code
git clone --depth 1 https://github.com/Mixaz017/idkr.git

# ...or if you use GitHub CLI instead
gh repo clone Mixaz017/idkr -- --depth 1

# If you already cloned the repository and want to update to the latest commit
git pull

If you don't use git, Download ZIP and extract. You have to do this every time you want to update the client, so I recommend using git instead.

Run Or Build the Client

# Install dependencies
npm i

# If you want to run the client without building it
npm start

# If you want to build the client
npm run dist

After building the client, a new directory named dist containing executable binary files (.exe, .dmg, or .AppImage) will be created (existing files will be overwritten).

About

Oganess is a free and open source Krunker client based off of "idkr" by Mixaz017. It is in early development and has not been released yet, the downloads are just the original "idkr" client.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.6%
  • HTML 4.4%