جديد

NVIDIA The Horizon Autherium Dragon RGB I9

Factory-overclocked 16-core Intel Core i9 boosting to 5.4GHz and an RTX 5070 12GB GPU combine with 64GB RAM and 5TB hybrid storage to handle intensive gaming and creative tasks. A 360mm liquid cooler, 11 strategically placed fans, and customizable ARGB Dragon lighting keep the system cool and quiet, while premium components and a 3-year parts warranty add long-term reliability. It is best for gamers and video editors managing large 4K projects who value expansive storage and multi-display setups, but its 15.9kg tower design lacks portability.

★★★★★ 4.7 (45)
CPU 3.3 GHz core_i9
RAM 64 GB
Storage 5 TB
GPU NVIDIA GeForce RTX 5070
form factor All-in-One
OS Windows 11 Pro
NVIDIA The Horizon Autherium Dragon RGB I9 desktop
85 التقييم العام
السعر ‏٧٥٬٥٥٠ MX$
متوفر أيضًا في:

حول هذا الـ Desktop

Product description .aplus-v2 .container-with-background-image { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; } function logShoppableMetrics(moduleName, showsAddToCart) { if (window.ue && window.ue.count) { window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0); } } /** * MODULE TITLE: Hot-spot */ .aplus-v2 .premium-aplus-module-10 { position: relative; } .aplus-v2 .premium-aplus-module-10 .hover-wrapper { position: absolute; width: 35px; height: 35px; } .aplus-v2 .premium-aplus-module-10 .hover-point { display: block; border: 2px solid #fff; background: rgba(145, 145, 145, .4); width: 100%; height: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; outline-style: none; cursor: pointer; } .aplus-v2 .premium-aplus-module-10 .aplus-text-container { padding: 40px 80px 0; } .aplus-v2 .premium-aplus-module-10 .aplus-description { padding: 10px 0; text-align: center; } .aplus-v2 .premium-aplus-module-10 .aplus-image-container { position: relative; border: 1px solid #000; } .aplus-v2 .premium-aplus-module-10 .hover-title { font-weight: bold; } .aplus-v2 .premium-aplus-module-10 .hover-point.secondary { background: #000; padding-top: 6px; color: #fff; text-align: center; font-size: 1.5em; } .aplus-v2 .premium-aplus-module-10 .hover-point.selected, .aplus-v2 .premium-aplus-module-10 .hover-point:focus-visible { background: rgba(50, 150, 255, .8); } /** * Premium-module 11: FAQs - Common Styles (All Devices) */ .aplus-v2 .premium-aplus-module-11 { background: #fff; position: relative; } .aplus-v2 .premium-aplus-module-11.aplus-secondary-color { background: #000; } .aplus-v2 .premium-aplus-module-11 .aplus-question, .aplus-v2 .premium-aplus-module-11 .aplus-answer { display: block; width: 100%; margin: 0; } .aplus-v2 .premium-aplus-module-11 .aplus-answer { visibility: hidden; opacity: 0; height: 0; transition: display 0.1s linear, opacity 0.1s linear, height 0.1s linear; transition-behavior: allow-discrete; } .aplus-v2 .premium-aplus-module-11 .aplus-active .aplus-answer { visibility: visible; opacity: 1; height: auto; height: calc-size(auto); min-height: 40px; } .aplus-v2 .premium-aplus-module-11 .faq-list { margin: 0; } .aplus-v2 .premium-aplus-module-11 .faq-block { position: relative; list-style-type: none; cursor: pointer; border: 2px solid #E6E6E6; background: #fff; border-radius: 3px; margin-bottom: 10px; } .aplus-v2 .premium-aplus-module-11.aplus-secondary-color .faq-block { border: none; } .aplus-v2 .premium-aplus-module-11 .aplus-question::before, .aplus-v2 .premium-aplus-module-11 .aplus-answer::before { text-align: center; border-radius: 3px; display: inline-block; font-weight: 500; position: absolute; color: #fff; top: 10px; left: 10px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .aplus-question::before, html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .aplus-answer::before { right: 10px; } .aplus-v2 .premium-aplus-module-11 .aplus-question::before { content: "Q"; background: #505050; transition: background 0.1s linear; z-index: 2; } .aplus-v2 .premium-aplus-module-11 .aplus-answer::before { content: "A"; background: #DF7600; color: #000000; z-index: 1; transform: translateY(0px); transition: transform 0.1s linear; } .aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active .aplus-question::before { background: #404040; } .aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active .aplus-answer::before { transform: translateY(40px); } .aplus-v2 .premium-aplus-module-11 .faq-arrow { position: absolute; top: 25px; border: 10px solid transparent; border-top-color: #505050; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-arrow { right: auto; } .aplus-v2 .premium-aplus-module-11 .aplus-active .faq-arrow { top: 15px; border-top-color: transparent; border-bottom-color: #404040; } /** * Common event handler for click and keydown events. * @param {Event} event - The event object. * @param {Function} handleClickOrEnter - Function to handle click or Enter key events. * @param {Function} handleEsc - Function to handle Esc key events. */ // [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; const SPACE_KEY_CODE = 32; const isClick = event.type === 'click'; const isKeydown = event.type === 'keydown'; const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE; const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE; const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter || isSpace) { handleClickOrEnterOrSpace(); } else if (isEsc) { handleEsc(event); } } /** * Function to handle esc key event. * @param {Event} event - The event object. */ function handleEsc(event) { event.target.blur() // force remove focus } /** * Premium modules global styles */ .aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } /* Undo this for tech-specs because it breaks table layout */ .aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: Arial, sans-serif; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: inherit; } /* type */ .aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; } .aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; } /* spacing */ .aplus-v2 .aplus-container-1 { padding: 40px; } .aplus-v2 .aplus-container-1-2 { padding: 40px 80px; } .aplus-v2 .aplus-container-2 { padding: 80px; } .aplus-v2 .aplus-container-3 { padding: 40px 0; } /* Display */ .aplus-v2 .premium-aplus .aplus-display-table { display: table; } .aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; } .aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; } /* Aplus display table with min-width 1000px and fill remaining space inside parent */ .aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% } /** * Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80. */ /** * Premium-module 11: FAQs */ .aplus-v2 .premium-aplus-module-11 .aplus-question { line-height: 25px; padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-11 .faq-block { padding: 10px 80px 15px 100px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-block { padding-left: 80px; padding-right: 100px; } .aplus-v2 .premium-aplus-module-11 .faq-block.aplus-active { padding-bottom: 35px; } .aplus-v2 .premium-aplus-module-11 .aplus-question::before, .aplus-v2 .premium-aplus-module-11 .aplus-answer::before { width: 80px; line-height: 40px; font-size: 25px; } .aplus-v2 .premium-aplus-module-11 .faq-arrow { right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-11 .faq-arrow { left: 40px; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-10-hotspot-desktop').execute(function(init) { if (init) { return; } P.register('premium-module-10-hotspot-desktop', function() { return function() { P.when('jQuery', 'a-popover', 'ready').execute(function ($, popover) { var $hoverPoints = $('.aplus-v2 .premium-aplus-module-10 .hover-point'); $hoverPoints.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $hoverPoints.hover( function() { $(this).focus(); $(this).addClass('selected'); }, function() { $(this).removeClass('selected'); } ); }); }; }); }); })); (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-11-faq').execute(function(init) { if (init) { return; } P.register('premium-module-11-faq', function() { return function() { P.when('A', 'jQuery', 'ready').execute(function(A, $){ function initFaq(module) { const MODULE_CLASS_NAME = 'premium-aplus-module-11'; const FAQ_CONTAINER_CLASS_NAME = 'faqs-container'; const FAQ_BLOCK_CLASS_NAME = 'faq-block'; const moduleId = $(module).data('faq-block'); const $faqBlocks = $('.aplus-v2 .' + MODULE_CLASS_NAME + ' .' + FAQ_CONTAINER_CLASS_NAME + '.' + moduleId + ' .' + FAQ_BLOCK_CLASS_NAME); /** * Function to handle click or Enter or Space key events. * @param {Element} element - The this object from which the event is dispatched * @param {faqBlocks} faqBlocks - List of all the Question and Answer blocks. */ function handleClickOrEnterOrSpace(element, faqBlocks) { const $element = $(element); const isActive = $element.hasClass('aplus-active'); faqBlocks.removeClass('aplus-active'); faqBlocks.find('[data-faq-question]').attr('aria-expanded', 'false'); if (!isActive) { $element.addClass('aplus-active'); $element.find('[data-faq-question]').attr('aria-expanded', 'true'); } } /* Using jQuery event namespace for preventing duplicate binding on twister refresh */ $faqBlocks.unbind('click keydown.premiumAplusModule11ClickHandler').bind('click keydown.premiumAplusModule11ClickHandler', function(event) { handleClickAndKeyEvents(event, () => handleClickOrEnterOrSpace(this, $faqBlocks)); }); } $(".aplus-v2 .premium-aplus-module-11 .faqs-container").each(function(index, module) { initFaq(module); }); }); }; }); }); })); <img alt="" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/2d5fbc91-f32e-450f-91fa-dde177c38709.__CR0,0,2562,1050_PT0_SX1464_V1___.png"/> (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-10-hotspot-desktop').execute(function(init) { init(); }); })); Discover the story behind our pursuit of performance, design, and innovation. Founded in Atlanta, we’ve spent years crafting the world’s most powerful and visually striking machines. Globally acclaimed for performance and design, each customer is paired with a seasoned tech specialist for a seamless experience. What enables this system to deliver ultra-smooth gameplay with breathtaking visuals, even at high resolutions? Next-gen AI rendering boosts frame rates and sharpens visuals through intelligent upscaling, enabling ultra-high-resolution gameplay with seamless motion and near-silent operation, ushering in a new era of immersive performance. What are the RAM and Storage capacities of this system, and how do they elevate performance and user experience? Unlike standard systems, this powerhouse houses 5TB storage, enough for 5,000 hours of footage, and 64GB RAM, greatly boosting performance. Its signature gold dragon fishtank design etched into the front glass panel makes it a true statement piece. What technologies power the AI Auto Cooling System, and how does it intelligently optimize performance and acoustics? Our AI Cooling System intelligently adjusts fan speeds and thermal efficiency for peak performance with minimal noise. It also recommends optimal in-game settings to deliver stunning visuals while maintaining whisper-quiet operation. (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-11-faq').execute(function(init){ init(); }); }));

  • System: Core i9 Unlocked OC CPU | Premium Chipset | 64GB Ram (Twice the high end average of 32GB in other systems) | 1TB M.2 NVMe up to 7000MB/s speeds SSD + 4TB 7200RPM HDD (Ultra Fast Storage) | Windows 11 PRO for Advanced security and device control.
  • Graphics: NVIDIA GeForce RTX 5070 OC 12GB | Factory overclocked for higher and more consistent frame rates | Real-time ray tracing for realistic lighting and reflections | DLSS 4.0 support for smoother performance at higher resolutions | Improved efficiency and lower power draw | Stronger support for multi-monitor setups with 1x HDMI and 3x DisplayPort | Better stability for long gaming sessions and GPU-accelerated tasks | VR and AI Deeplearning Ready
  • Cooling & Design: 360mm Liquid Cooling | Intelligently controlled Fan Speeds for whisper quiet performance | ARGB Lighting (Button on top of PC case + Software Control for thousands of options) | Dragon Front Panel | Total of 11 Fans (3 on GPU, 1 on Power supply, 8 on Overall temperature control)
  • Connectivity: 1 x USB-C 3.2 | 8 x USB 3 |1 x LAN / Ethernet up to 2.5GB/s | WiFi up to 2.4GB/s | Bluetooth Enabled | Game and VR Ready
  • Build Quality & Support: Premium components chosen for long-term reliability | Thorough quality testing before shipment | 3-year parts warranty and 5-year labor warranty | Access to specialists with over 20 years of experience for hardware, software, and performance support | Quiet and dependable operation for everyday and extended use

نظرة عامة

الأداء

نسب الأداء المئوية

CPU 99.2
GPU 81.3
RAM 92.6
Ports 18
Storage 98.7
User Sentiment 96.8
Reliability 12.3
Social Proof 91.5

المزايا والعيوب

Pros

  • Strong cpu (99th percentile) 99th
  • Strong storage (99th percentile) 99th
  • Strong user sentiment (97th percentile) 97th
  • Strong ram (93th percentile) 93th

Cons

  • Below average reliability (12th percentile) 12th
  • Below average port (18th percentile) 18th

المواصفات التقنية

المواصفات الكاملة

Processor

CPU 3.3 GHz core_i9
Cores 16
Frequency 3.3 GHz

Graphics

GPU RTX 5070
Type discrete
VRAM 12 GB
VRAM Type GDDR7

Memory & Storage

RAM 64 GB
RAM Generation DDR4
Storage 5 TB
Storage Type SSD

Build

Form Factor All-in-One
Weight 15.9 kg / 35.0 lbs

Connectivity

Wi-Fi WiFi 6E

System

OS Windows 11 Pro

القيمة مقابل السعر

‏٧٥٬٥٥٠ MX$

مقارنة بالمنافسين

Spec NVIDIA The Horizon Autherium Dragon RGB I9 HP OMEN 45L GT22 Lenovo Legion T7 34IAS10 ASUS ROG NUC NUC15JNK MSI Aegis RS2 Aegis RS2 AI Corsair ONE i600
CPU 3.3 GHz core_i9 Intel Core Ultra 9 285K Intel Core Ultra 9 Intel Core Ultra 9 275HX Intel Core Ultra 7 265K Intel Core Ultra 9 285K
RAM (GB) 64 64 64 32 32 64
Storage (GB) 5120 2048 2048 1000 2048 2048
GPU NVIDIA GeForce RTX 5070 NVIDIA GeForce RTX 5090 NVIDIA GeForce RTX 5080 NVIDIA GeForce RTX 5070 NVIDIA GeForce RTX 5070 NVIDIA GeForce RTX 5080
Form Factor All-in-One mid-tower mid-tower mini mid-tower sff
Psu W - - 1200 330 750 1000
OS Windows 11 Pro Windows 11 Home Windows 11 Pro Windows 11 Home Windows 11 Home Windows 11 Home
Compare Compare Compare Compare Compare
Product CpuGpuRamPortStorageUser SentimentReliabilitySocial Proof
NVIDIA The Horizon Autherium Dragon RGB I9 99.281.392.61898.796.812.391.5
HP OMEN 45L GT22 Compare 97.890.494.299.390.9071.763.6
Lenovo Legion T7 34IAS10 Compare 97.888.396.64283.4071.780.2
ASUS ROG NUC NUC15JNK Compare 91.481.390.993.863.104099.7
MSI Aegis RS2 Aegis RS2 AI Compare 95.881.387.596.883.404074.1
Corsair ONE i600 Compare 97.888.398.197.690.9034.40

تقييمات حسب الاستخدام

Overall (85.4)Gaming (80.3)Compact (32.5)Creator (74.3)Business (68)Developer (72.7)Home Office (84.1)Workstation (76.9)

مراجعة كاملة قادمة قريبًا. المواصفات والتقييمات والأسعار والرسوم البيانية أعلاه محدَّثة دائمًا.

منتجات مشابهة